svn commit: r330038 - head/net/44bsd-rdist
Cy Schubert
cy at FreeBSD.org
Fri Oct 11 00:43:27 UTC 2013
Author: cy
Date: Fri Oct 11 00:43:27 2013
New Revision: 330038
URL: http://svnweb.freebsd.org/changeset/ports/330038
Log:
Add 10.0 RCS dependency.
Modified:
head/net/44bsd-rdist/Makefile
Modified: head/net/44bsd-rdist/Makefile
==============================================================================
--- head/net/44bsd-rdist/Makefile Thu Oct 10 22:57:57 2013 (r330037)
+++ head/net/44bsd-rdist/Makefile Fri Oct 11 00:43:27 2013 (r330038)
@@ -10,12 +10,19 @@ MASTER_SITE_SUBDIR= cy
MAINTAINER= cy at FreeBSD.org
COMMENT= The traditional 4.4BSD rdist
+
USE_BZIP2= yes
NO_WRKSUBDIR= yes
MAN1= 44bsd-rdist.1
PLIST_FILES= bin/44bsd-rdist
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000055
+BUILD_DEPENDS= rcs:${PORTSDIR}/devel/rcs57
+.endif
+
NO_STAGE= yes
post-extract:
cd ${WRKSRC} ; co RCS/*,v
@@ -28,4 +35,4 @@ tarup:
-cd ${WRKSRC} ; ${RM} *
cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list