diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-04-21 03:50:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-04-21 03:50:24 +0000 |
commit | 16bc1656dbe21031d294bdfaabaab529e8ae4090 (patch) | |
tree | 46d22ea0f0f011216e6d999c2ab5191d3031edb6 | |
parent | 54ad0b197bb4c4dc6408a7adbaa849f35541816b (diff) | |
download | pkgsrc-16bc1656dbe21031d294bdfaabaab529e8ae4090.tar.gz |
install manpage
-rw-r--r-- | devel/cscope/Makefile | 5 | ||||
-rw-r--r-- | devel/cscope/pkg/PLIST | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index b7a357be910..3b4f5d2c5f2 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/04/20 07:03:54 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2000/04/21 03:50:24 hubertf Exp $ DISTNAME= cscope-13.0-2 PKGNAME= cscope-13.0.2 @@ -10,4 +10,7 @@ HOMEPAGE= http://cscope.sourceforge.net/ WRKSRC= ${WRKDIR}/cscope-13.0 +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/cscope.1 ${PREFIX}/man/cat1 + .include <../../mk/bsd.pkg.mk> diff --git a/devel/cscope/pkg/PLIST b/devel/cscope/pkg/PLIST index 12f3aee215c..a56be05651a 100644 --- a/devel/cscope/pkg/PLIST +++ b/devel/cscope/pkg/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/20 07:03:56 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/04/21 03:50:25 hubertf Exp $ bin/cscope +man/cat1/cscope.1 |