diff options
author | edwin <edwin@FreeBSD.org> | 2007-08-22 14:20:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-08-22 14:20:50 +0800 |
commit | 5ea5875eacfe5f9cba96b232245ab69d64dd4033 (patch) | |
tree | fee9b82290febd97b0c13e2ea59f2598aed3fdc6 /net | |
parent | 2f9030316fffe102e1b6bde2f103bb5e2e7a3560 (diff) | |
download | freebsd-ports-gnome-5ea5875eacfe5f9cba96b232245ab69d64dd4033.tar.gz freebsd-ports-gnome-5ea5875eacfe5f9cba96b232245ab69d64dd4033.tar.zst freebsd-ports-gnome-5ea5875eacfe5f9cba96b232245ab69d64dd4033.zip |
Remove obsolete port.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/ddc/Makefile | 19 | ||||
-rw-r--r-- | net/ddc/distinfo | 3 | ||||
-rw-r--r-- | net/ddc/files/patch-Makefile | 18 | ||||
-rw-r--r-- | net/ddc/files/patch-ddc | 15 | ||||
-rw-r--r-- | net/ddc/files/patch-ddc.8 | 18 | ||||
-rw-r--r-- | net/ddc/pkg-descr | 7 |
7 files changed, 0 insertions, 81 deletions
diff --git a/net/Makefile b/net/Makefile index 95ddfc034fe6..16848631f033 100644 --- a/net/Makefile +++ b/net/Makefile @@ -93,7 +93,6 @@ SUBDIR += danamics SUBDIR += dante SUBDIR += datapipe - SUBDIR += ddc SUBDIR += delegate SUBDIR += despoof SUBDIR += dgd diff --git a/net/ddc/Makefile b/net/ddc/Makefile deleted file mode 100644 index 7e7ade43a6da..000000000000 --- a/net/ddc/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: ddc -# Date created: 1 March 2001 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# -# $FreeBSD$ -# - -PORTNAME= ddc -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= http://www.mavetju.org/download/ - -MAINTAINER= edwin@mavetju.org -COMMENT= Control your DHCP daemon a la apachectl - -MAN8= ddc.8 -PLIST_FILES= bin/ddc - -.include <bsd.port.mk> diff --git a/net/ddc/distinfo b/net/ddc/distinfo deleted file mode 100644 index e694ff6b7f32..000000000000 --- a/net/ddc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ddc-1.0.tar.gz) = f1443abebca6290403b7b2e2fa18e3cf -SHA256 (ddc-1.0.tar.gz) = 6d1f617280be81395973e0eebbd956235d732d98129e548db393c316247dc0d3 -SIZE (ddc-1.0.tar.gz) = 2667 diff --git a/net/ddc/files/patch-Makefile b/net/ddc/files/patch-Makefile deleted file mode 100644 index c54d96c01306..000000000000 --- a/net/ddc/files/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.orig Sun Oct 16 15:28:34 2005 -+++ Makefile Sun Oct 16 15:29:02 2005 -@@ -2,10 +2,10 @@ - @echo "\"make install\" and \"make uninstall\" are the only things that work" - - install: -- for dir in /usr/local/bin /usr/local/man /usr/local/man/man8; do test -d $$dir || ( mkdir $$dir; chmod 755 $$dir) ; done -- install -c -m 755 ddc /usr/local/bin -- install -c ddc.8 /usr/local/man/man8 -+ for dir in ${PREFIX}/bin ${PREFIX}/man ${PREFIX}/man/man8; do test -d $$dir || ( mkdir $$dir; chmod 755 $$dir) ; done -+ install -c -m 755 ddc ${PREFIX}/bin -+ install -c ddc.8 ${PREFIX}/man/man8 - - uninstall: -- rm /usr/local/bin/ddc -- rm /usr/local/man/man8/ddc.8 -+ rm ${PREFIX}/bin/ddc -+ rm ${PREFIX}/man/man8/ddc.8 diff --git a/net/ddc/files/patch-ddc b/net/ddc/files/patch-ddc deleted file mode 100644 index 8bd80000e53f..000000000000 --- a/net/ddc/files/patch-ddc +++ /dev/null @@ -1,15 +0,0 @@ ---- ddc Mon Dec 18 15:27:48 2000 -+++ ddc Thu Mar 1 22:44:38 2001 -@@ -5,10 +5,10 @@ - # - # global variables, you might have to change them! - # --DHCPD=/usr/sbin/dhcpd -+DHCPD=${LOCALBASE}/sbin/dhcpd - PIDFILE=/var/run/dhcpd.pid - LF=/var/db/dhcpd.leases --CF=/etc/dhcpd.conf -+CF=${LOCALBASE}/etc/dhcpd.conf - #OPTIONS="-q -p 90 fxp0" - # - # diff --git a/net/ddc/files/patch-ddc.8 b/net/ddc/files/patch-ddc.8 deleted file mode 100644 index cf3f1e6894b5..000000000000 --- a/net/ddc/files/patch-ddc.8 +++ /dev/null @@ -1,18 +0,0 @@ ---- ddc.8 Thu Mar 1 18:31:47 2001 -+++ ddc.8 Thu Mar 1 22:47:52 2001 -@@ -53,13 +53,13 @@ - - .Sh FILES - .Bl -tag -width /var/db/dhcpd.leases -compact --.It Pa /usr/sbin/dhcpd -+.It Pa /usr/local/sbin/dhcpd - Executable of the DHCPD. - .It Pa /var/run/dhcpd.pid - Process id of the DHCP daemon. - .It Pa /var/db/dhcpd.leases - DHCPD client lease database --.It Pa /etc/dhcpd.conf -+.It Pa /usr/local/etc/dhcpd.conf - Configuration file of the DHCP daemon. - .El - diff --git a/net/ddc/pkg-descr b/net/ddc/pkg-descr deleted file mode 100644 index 0780c6893c53..000000000000 --- a/net/ddc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This command allows the system administrator to control the operation -of the DHCP daemon. - -WWW: http://www.mavetju.org/unix/general.php - -- Edwin Groothuis -edwin@mavetju.org |