diff options
Diffstat (limited to 'devel/cvsps-devel/Makefile')
-rw-r--r-- | devel/cvsps-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/cvsps-devel/Makefile b/devel/cvsps-devel/Makefile index 5c69f8f..4d2ccce 100644 --- a/devel/cvsps-devel/Makefile +++ b/devel/cvsps-devel/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: cvsps -# Date Created: Feb 9, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cvsps DISTVERSION= 2.2b1 @@ -27,6 +22,7 @@ PLIST_FILES= bin/cvsps PORTDOCS= README .endif +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsps ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cvsps.1 ${MANPREFIX}/man/man1 |