diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsps/Makefile | 10 |
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" |