diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-11 22:49:56 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-11 22:49:56 +0000 |
commit | 0f12b488a50bf55f18e720cb4d4e8224c8b3d857 (patch) | |
tree | 7a6db5d01e610802138fff879ca18efeea190977 /net/dhcp6 | |
parent | 3c063d4c7e242c68860be279ae95b9da2a6c7d4a (diff) | |
download | ports-0f12b488a50bf55f18e720cb4d4e8224c8b3d857.tar.gz ports-0f12b488a50bf55f18e720cb4d4e8224c8b3d857.zip |
Notes
Diffstat (limited to 'net/dhcp6')
-rw-r--r-- | net/dhcp6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile index 3a89617b149e..5a9b06e6cb67 100644 --- a/net/dhcp6/Makefile +++ b/net/dhcp6/Makefile @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_RC_SUBR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${LOCALBASE}/etc --with-localdbdir=/var/db -USE_REINPLACE= yes MAN5= dhcp6c.conf.5 dhcp6s.conf.5 MAN8= dhcp6c.8 dhcp6s.8 dhcp6relay.8 dhcp6ctl.8 |