summaryrefslogtreecommitdiff
path: root/net/gated/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-19 13:23:51 +0000
committerhubertf <hubertf>1999-11-19 13:23:51 +0000
commitbd65e84f57de890c6c065a9dcb7c5db47c316a92 (patch)
treece5b6f53a83dc88529bc36dc7918ca9d551132c1 /net/gated/Makefile
parent911e7bc15e06813b26a34d0eb98f38825c4eb0ac (diff)
downloadpkgsrc-bd65e84f57de890c6c065a9dcb7c5db47c316a92.tar.gz
install documentation
Diffstat (limited to 'net/gated/Makefile')
-rw-r--r--net/gated/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
index 892cfa49805..c5c73ec8e8a 100644
--- a/net/gated/Makefile
+++ b/net/gated/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/07/06 06:35:46 christos Exp $
+# $NetBSD: Makefile,v 1.6 1999/11/19 13:23:51 hubertf Exp $
# FreeBSD Id: Makefile,v 1.17 1998/04/26 18:47:12 peter Exp
#
@@ -18,4 +18,11 @@ post-extract:
@${SED} -e 's#@PREFIX@#${PREFIX}#' <${FILESDIR}/configuration \
>${WRKSRC}/src/configs/netbsd
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gated
+ cd ${WRKSRC}/doc ; \
+ ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/gated ; ${GTAR} pvxf - )
+ ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/doc/gated
+ ${CHGRP} -R ${SHAREGRP} ${PREFIX}/share/doc/gated
+
.include "../../mk/bsd.pkg.mk"