aboutsummaryrefslogtreecommitdiff
path: root/net/pim6dd
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2001-06-04 15:15:11 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2001-06-04 15:15:11 +0000
commitf03c6f9091a2f608430996b84e830b4012fb0010 (patch)
treec4d73785b89b4f0a8fdb9896b05a06ecfac8a2c6 /net/pim6dd
parent680d39ac8ecc990b8875d21d618752d838cb299a (diff)
downloadports-f03c6f9091a2f608430996b84e830b4012fb0010.tar.gz
ports-f03c6f9091a2f608430996b84e830b4012fb0010.zip
- Add NO_CDROM attribute.
- Install configuration file and some documentation.
Notes
Notes: svn path=/head/; revision=43494
Diffstat (limited to 'net/pim6dd')
-rw-r--r--net/pim6dd/Makefile16
-rw-r--r--net/pim6dd/files/pim6dd.conf3
-rw-r--r--net/pim6dd/pkg-plist1
3 files changed, 20 insertions, 0 deletions
diff --git a/net/pim6dd/Makefile b/net/pim6dd/Makefile
index 5dbf5ec23b35..87aec586b1e9 100644
--- a/net/pim6dd/Makefile
+++ b/net/pim6dd/Makefile
@@ -7,15 +7,20 @@
PORTNAME= pim6dd
PORTVERSION= 20010602a
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
MAINTAINER= ume@FreeBSD.org
+NO_CDROM= "Cannot be sold for profit"
+
MAN5= pim6dd.conf.5
MAN8= pim6dd.8
MANCOMPRESSED= yes
+DOCS= LICENSE.mrouted LICENSE.pimd
+
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
INSTALL_WRKSRC= ${BUILD_WRKSRC}
@@ -24,4 +29,15 @@ post-patch:
@${PERL} -pi.orig -e 's./usr/local/v6.${PREFIX}.g' ${WRKSRC}/${file}
.endfor
+post-install:
+ ${INSTALL_DATA} ${FILESDIR}/pim6dd.conf ${PREFIX}/etc
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+.for file in ${DOCS}
+ ${INSTALL_DATA} ${BUILD_WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
+ @${ECHO} share/doc/${PORTNAME}/${file} >>${TMPPLIST}
+.endfor
+ @${ECHO} "@dirrm share/doc/${PORTNAME}" >>${TMPPLIST}
+.endif
+
.include <bsd.port.mk>
diff --git a/net/pim6dd/files/pim6dd.conf b/net/pim6dd/files/pim6dd.conf
new file mode 100644
index 000000000000..4a286173f6f7
--- /dev/null
+++ b/net/pim6dd/files/pim6dd.conf
@@ -0,0 +1,3 @@
+# $FreeBSD$
+#
+phyint stf0 disable
diff --git a/net/pim6dd/pkg-plist b/net/pim6dd/pkg-plist
index d7551775780c..2f29910d3544 100644
--- a/net/pim6dd/pkg-plist
+++ b/net/pim6dd/pkg-plist
@@ -1 +1,2 @@
+etc/pim6dd.conf
sbin/pim6dd