diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-16 13:31:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-16 13:31:00 +0800 |
commit | c4069ef60ddaec6edffd3a7c68a84f0ceded1f6a (patch) | |
tree | d98f5772f7b14ab8e708ddf7cf3a1fb958d574b8 | |
parent | be71f46615515622fc0ee8f80cd9ccfa83c4bdc0 (diff) | |
download | freebsd-ports-gnome-c4069ef60ddaec6edffd3a7c68a84f0ceded1f6a.tar.gz freebsd-ports-gnome-c4069ef60ddaec6edffd3a7c68a84f0ceded1f6a.tar.zst freebsd-ports-gnome-c4069ef60ddaec6edffd3a7c68a84f0ceded1f6a.zip |
Yes we have a winner!
Subject: Package build with non-standard (LOCAL|X11)BASE
This is just a heads-up that I've started a build with LOCALBASE and
X11BASE set to nonstandard values to look for ports that hard-code
these (or fail to patch them). If your port has a problem, expect
mail from me soon :-)
Fix port.
-rw-r--r-- | net/ddc/Makefile | 10 | ||||
-rw-r--r-- | net/ddc/files/patch-ddc | 4 |
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" # # |