aboutsummaryrefslogtreecommitdiffstats
path: root/net/radvd
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-04-18 16:01:25 +0800
committersat <sat@FreeBSD.org>2007-04-18 16:01:25 +0800
commit65a7cae9d005b7215c0b27ebf0652aeebecd4612 (patch)
tree0d39bbb986b86d4050ce76e3e4c6848df2ca9494 /net/radvd
parent41e8cad470bf2e07754be583a977377ed8a5966d (diff)
downloadfreebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.gz
freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.zst
freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.zip
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Diffstat (limited to 'net/radvd')
-rw-r--r--net/radvd/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/net/radvd/Makefile b/net/radvd/Makefile
index 777922773c9e..648526debe94 100644
--- a/net/radvd/Makefile
+++ b/net/radvd/Makefile
@@ -8,7 +8,7 @@
PORTNAME= radvd
PORTVERSION= 1.0
CATEGORIES= net ipv6
-MASTER_SITES= http://www.litech.org/radvd/dist/ CSME
+MASTER_SITES= http://www.litech.org/radvd/dist/ CENKES
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Linux/BSD IPv6 router advertisement daemon
@@ -25,14 +25,8 @@ PLIST_FILES= etc/radvd.conf.example sbin/radvd sbin/radvdump
post-install:
@${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${PREFIX}/etc/
.ifndef NOPORTDOCS
- @${INSTALL} -d ${DOCSDIR}
+ @${INSTALL} -d ${DOCSDIR}/
@${INSTALL_DATA} ${PORTDOCS:S.^.${WRKSRC}/.} ${DOCSDIR}/
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>