aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsupchk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-02 22:34:29 +0800
committerbapt <bapt@FreeBSD.org>2013-05-02 22:34:29 +0800
commitb884a230f1952605146b381a9a7b87af99d20a34 (patch)
tree93076953cc32883497075e55b99dd4519bdc069a /net/cvsupchk
parent79ffd5597b635a312f176e155c500243ed022cbf (diff)
downloadfreebsd-ports-gnome-b884a230f1952605146b381a9a7b87af99d20a34.tar.gz
freebsd-ports-gnome-b884a230f1952605146b381a9a7b87af99d20a34.tar.zst
freebsd-ports-gnome-b884a230f1952605146b381a9a7b87af99d20a34.zip
Please bmake(1) as well as make(1)
Diffstat (limited to 'net/cvsupchk')
-rw-r--r--net/cvsupchk/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/cvsupchk/Makefile b/net/cvsupchk/Makefile
index 8c957f8403c2..57707a0b4ce0 100644
--- a/net/cvsupchk/Makefile
+++ b/net/cvsupchk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cvsupchk
-# Date created: 07 Nov 2005
-# Whom: matthias.andree@gmx.de
-#
+# Created by: matthias.andree@gmx.de
# $FreeBSD$
-#
PORTNAME= cvsupchk
PORTVERSION= 19990209
@@ -25,7 +21,7 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
-src!= cd ${PORTSDIR}/net/cvsup-without-gui && make -V WRKSRC
+src!= ${MAKE} -C ${PORTSDIR}/net/cvsup-without-gui -V WRKSRC
do-extract:
${MKDIR} ${WRKSRC}
@@ -34,7 +30,7 @@ do-extract:
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/cvsupchk ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${src}/contrib/cvsupchk/README ${DOCSDIR}/
.endif