summaryrefslogtreecommitdiff
path: root/net/netname
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /net/netname
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'net/netname')
-rw-r--r--net/netname/DESCR3
-rw-r--r--net/netname/Makefile20
-rw-r--r--net/netname/PLIST3
-rw-r--r--net/netname/distinfo6
-rw-r--r--net/netname/patches/patch-aa30
5 files changed, 0 insertions, 62 deletions
diff --git a/net/netname/DESCR b/net/netname/DESCR
deleted file mode 100644
index b205faea7d0..00000000000
--- a/net/netname/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-netname returns the canonical network name of the given
-host on the standard output. If no host is given, the
-name of the local machine is used.
diff --git a/net/netname/Makefile b/net/netname/Makefile
deleted file mode 100644
index fa38a597f68..00000000000
--- a/net/netname/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:06 wiz Exp $
-#
-
-DISTNAME= netname-1.7
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
-
-MAINTAINER= kim@tac.nyc.ny.us
-COMMENT= Return the canonical network name of a host
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-BUILD_TARGET= svr4
-.else
-BUILD_TARGET= netname
-.endif
-INSTALL_TARGET= inst-all
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/netname/PLIST b/net/netname/PLIST
deleted file mode 100644
index 539925248f5..00000000000
--- a/net/netname/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:56:41 zuntum Exp $
-bin/netname
-man/man1/netname.1
diff --git a/net/netname/distinfo b/net/netname/distinfo
deleted file mode 100644
index 39937206217..00000000000
--- a/net/netname/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:13:54 agc Exp $
-
-SHA1 (netname-1.7.tar.gz) = cc3bca5ceb11bdb05f39a9904a5b46f02e3a8dff
-RMD160 (netname-1.7.tar.gz) = 7809a80146e2096a010ec3c40a8e9c583255b919
-Size (netname-1.7.tar.gz) = 2362 bytes
-SHA1 (patch-aa) = 1298987dde72085a06c742e8d259cf8dc1ace341
diff --git a/net/netname/patches/patch-aa b/net/netname/patches/patch-aa
deleted file mode 100644
index 6c1291f420a..00000000000
--- a/net/netname/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2004/11/25 05:01:21 kim Exp $
-
---- Makefile.orig 1999-09-14 23:15:12.000000000 -0400
-+++ Makefile 2004-11-24 23:50:46.000000000 -0500
-@@ -5,11 +5,7 @@
- #
- SHELL = /bin/sh
-
--RM = rm -f
--MV = mv -f
--INSTALL = install
--
--DEST = /usr/local
-+DEST = $(PREFIX)
- BINDIR = $(DEST)/bin
- MANDIR = $(DEST)/man/man$(MANEXT)
- MANEXT = 1
-@@ -74,12 +70,9 @@
- inst-all: install install.man
-
- install:
-- -$(MV) $(BINDIR)/netname $(BINDIR)/netname.old
-- -$(RM) $(BINDIR)/netname.old
- $(INSTALL) -c -s -m 0555 netname $(BINDIR)
-
- install.man:
-- -$(RM) $(MANDIR)/netname.$(MANEXT)
- $(INSTALL) -c -m 0444 netname.man $(MANDIR)/netname.$(MANEXT)
-
- clean: