diff options
Diffstat (limited to 'devel/cvsps-devel/Makefile')
-rw-r--r-- | devel/cvsps-devel/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile index 7a3492ea6abd..10695dd6f7c5 100644 --- a/devel/cvsps-devel/Makefile +++ b/devel/cvsps-devel/Makefile @@ -7,7 +7,8 @@ # PORTNAME= cvsps -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.3 +PORTCOMMENT= CVS patchsets CATEGORIES= devel MASTER_SITES= http://www.cobite.com/cvsps/ @@ -16,7 +17,10 @@ MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes ALL_TARGET= cvsps -MANCOMPRESSED= no MAN1= cvsps.1 +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1 + .include <bsd.port.mk> |