diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-01 22:09:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-01 22:09:52 +0000 |
commit | a347ae9707d9760f92db61381b9784133eec4bca (patch) | |
tree | f06c1f8bdfee02f494fcaaf256d3931beefba6c6 /net/hf6to4 | |
parent | a969b8792cd965e9b11e87771c6f9b896f613642 (diff) | |
download | pkgsrc-a347ae9707d9760f92db61381b9784133eec4bca.tar.gz |
Move documentation into subdirectory of share/doc, list all
needed directories. Bump revision.
Diffstat (limited to 'net/hf6to4')
-rw-r--r-- | net/hf6to4/Makefile | 8 | ||||
-rw-r--r-- | net/hf6to4/PLIST | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/hf6to4/Makefile b/net/hf6to4/Makefile index 0e3c6fb467a..8e907f5cbbb 100644 --- a/net/hf6to4/Makefile +++ b/net/hf6to4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/01/19 01:46:56 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/01 22:09:52 joerg Exp $ # DISTNAME= hf6to4-1.3 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= # empty DISTFILES= # empty @@ -22,7 +23,7 @@ NO_BUILD= yes CONF_FILES+= ${PREFIX}/share/examples/hf6to4/hf6to4.conf ${PKG_SYSCONFDIR}/hf6to4.conf -INSTALLATION_DIRS= man/man8 sbin +INSTALLATION_DIRS= man/man8 sbin share/examples/hf6to4 share/doc/hf6to4 SUBST_CLASSES+= paths SUBST_FILES.paths= hf6to4 @@ -34,10 +35,9 @@ post-extract: ${CP} ${FILESDIR}/hf6to4 ${WRKSRC}/hf6to4 do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/hf6to4 ${INSTALL_SCRIPT} ${WRKSRC}/hf6to4 ${PREFIX}/sbin/hf6to4 ${INSTALL_MAN} ${FILESDIR}/hf6to4.8 ${PREFIX}/man/man8 - ${INSTALL_DATA} ${FILESDIR}/hf6to4.html ${PREFIX}/share/doc/hf6to4.html + ${INSTALL_DATA} ${FILESDIR}/hf6to4.html ${PREFIX}/share/doc/hf6to4/hf6to4.html ${INSTALL_DATA} ${FILESDIR}/hf6to4.conf ${PREFIX}/share/examples/hf6to4 .include "../../mk/bsd.pkg.mk" diff --git a/net/hf6to4/PLIST b/net/hf6to4/PLIST index 531a6e52ba2..86041847706 100644 --- a/net/hf6to4/PLIST +++ b/net/hf6to4/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/23 13:30:35 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/06/01 22:09:52 joerg Exp $ sbin/hf6to4 -share/doc/hf6to4.html -share/examples/hf6to4/hf6to4.conf man/man8/hf6to4.8 +share/doc/hf6to4/hf6to4.html +share/examples/hf6to4/hf6to4.conf @dirrm share/examples/hf6to4 +@dirrm share/doc/hf6to4 |