diff options
Diffstat (limited to 'net/dhcp6/Makefile')
-rw-r--r-- | net/dhcp6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcp6/Makefile b/net/dhcp6/Makefile index 5078aeeaea0..53bade78f2c 100644 --- a/net/dhcp6/Makefile +++ b/net/dhcp6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dhcp6 -PORTVERSION= 20040903a +PORTVERSION= 20050723a CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/ DISTNAME= kame-${PORTNAME}-${PORTVERSION} @@ -21,7 +21,7 @@ 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 dhcp6sctl.8 +MAN8= dhcp6c.8 dhcp6s.8 dhcp6relay.8 dhcp6ctl.8 RC_SCRIPTS= dhcp6c.sh dhcp6relay.sh dhcp6s.sh RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ |