diff options
Diffstat (limited to 'devel/cvsup-bin/Makefile')
-rw-r--r-- | devel/cvsup-bin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile index a51fc2105d6..b689b137ab5 100644 --- a/devel/cvsup-bin/Makefile +++ b/devel/cvsup-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/23 18:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:45 jlam Exp $ DISTNAME= cvsup-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -19,6 +19,8 @@ DIST_SUBDIR= cvsup-i386-1.6 CONFLICTS= cvsup-[0-9]* cvsup-gui-[0-9]* +INSTALLATION_DIRS= bin man/man1 man/man5 sbin + do-install: for i in cvpasswd cvsup ; do \ ${INSTALL_PROGRAM} ${WRKSRC}/bin/$$i ${PREFIX}/bin; \ |