summaryrefslogtreecommitdiff
path: root/devel/cvsps
diff options
context:
space:
mode:
authorschmonz <schmonz>2004-03-29 03:28:49 +0000
committerschmonz <schmonz>2004-03-29 03:28:49 +0000
commit8d92f1d4296c050515b2907a4100d9538f43fe4c (patch)
tree24a3762ec1feb8921f2d6bb3d76c10e73ae6bd48 /devel/cvsps
parent4d595c2e24a80bd7e46c007708578d96db3fb494 (diff)
downloadpkgsrc-8d92f1d4296c050515b2907a4100d9538f43fe4c.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'devel/cvsps')
-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"