aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-16 05:31:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-16 05:31:00 +0000
commitc5901abb64fe8e9df8556b348579d93304600dda (patch)
tree7ad7071613497eac7978066f780c4a67f49ee2db /net
parentcdaa192c80503db495c02921db012e4cd2b384d5 (diff)
Notes
Diffstat (limited to 'net')
-rw-r--r--net/ddc/Makefile10
-rw-r--r--net/ddc/files/patch-ddc4
2 files changed, 7 insertions, 7 deletions
diff --git a/net/ddc/Makefile b/net/ddc/Makefile
index 7926eb9999c4..7e7ade43a6da 100644
--- a/net/ddc/Makefile
+++ b/net/ddc/Makefile
@@ -5,12 +5,12 @@
# $FreeBSD$
#
-PORTNAME= ddc
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= http://www.mavetju.org/download/
+PORTNAME= ddc
+PORTVERSION= 1.0
+CATEGORIES= net
+MASTER_SITES= http://www.mavetju.org/download/
-MAINTAINER= edwin@mavetju.org
+MAINTAINER= edwin@mavetju.org
COMMENT= Control your DHCP daemon a la apachectl
MAN8= ddc.8
diff --git a/net/ddc/files/patch-ddc b/net/ddc/files/patch-ddc
index a0eb8914c542..8bd80000e53f 100644
--- a/net/ddc/files/patch-ddc
+++ b/net/ddc/files/patch-ddc
@@ -5,11 +5,11 @@
# global variables, you might have to change them!
#
-DHCPD=/usr/sbin/dhcpd
-+DHCPD=/usr/local/sbin/dhcpd
++DHCPD=${LOCALBASE}/sbin/dhcpd
PIDFILE=/var/run/dhcpd.pid
LF=/var/db/dhcpd.leases
-CF=/etc/dhcpd.conf
-+CF=/usr/local/etc/dhcpd.conf
++CF=${LOCALBASE}/etc/dhcpd.conf
#OPTIONS="-q -p 90 fxp0"
#
#