summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-03-29 03:28:49 +0000
committerschmonz <schmonz@pkgsrc.org>2004-03-29 03:28:49 +0000
commit99681e8cdea2ee52f462cf20a6ef5068aa87de2e (patch)
tree24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /devel
parent41a006b9568d2d0c5885c3d6cf8eb53b0bc2db26 (diff)
downloadpkgsrc-99681e8cdea2ee52f462cf20a6ef5068aa87de2e.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsps/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index 57782919f84..ee03496b812 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/02/26 01:10:07 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/29 03:31:13 schmonz Exp $
#
DISTNAME= cvsps-2.0rc1
@@ -9,7 +9,11 @@ MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://www.cobite.com/cvsps/
COMMENT= Generates 'patchset' information from a CVS repository
-USE_BUILDLINK3= YES
-USE_GNU_TOOLS+= make
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+USE_GNU_TOOLS+= make
+
+INSTALLATION_DIRS= bin man/man1
.include "../../mk/bsd.pkg.mk"