aboutsummaryrefslogtreecommitdiff
path: root/devel/c4/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-05-19 22:54:19 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-05-19 22:54:19 +0000
commitc4154f2695725e9baf7aa49a5d11b64ff419762d (patch)
tree3a1c74dbeb39689f9830778d397e1f84f9c36b7a /devel/c4/Makefile
parent0dadf4e655eaf2d6c96d50ab9850e6f7175601de (diff)
downloadports-c4154f2695725e9baf7aa49a5d11b64ff419762d.tar.gz
ports-c4154f2695725e9baf7aa49a5d11b64ff419762d.zip
Notes
Diffstat (limited to 'devel/c4/Makefile')
-rw-r--r--devel/c4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/c4/Makefile b/devel/c4/Makefile
index e23d18325696..51730b01ca85 100644
--- a/devel/c4/Makefile
+++ b/devel/c4/Makefile
@@ -7,8 +7,9 @@
PORTNAME= c4
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES+= devel
-MASTER_SITES= ftp://ftp.perforce.com/perforce/utils/c4/
+MASTER_SITES= http://public.perforce.com/public/perforce/utils/c4/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= araujo@FreeBSD.org
@@ -21,10 +22,12 @@ MAN1= c4.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c4 ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/c4.1 ${PREFIX}/man/man1/
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/c4.pdf ${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/c4.ps ${DOCSDIR}/
.endif
.include <bsd.port.mk>