aboutsummaryrefslogtreecommitdiff
path: root/net/44bsd-rdist
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 14:04:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-31 14:04:42 +0000
commit79c2329e87c98768b93d2b00ed616324732bc84c (patch)
tree7f68220f008426b7ee6cb8bf159f91182b3fc815 /net/44bsd-rdist
parent9fe801c4494979cda2f34a1817413235d90194bc (diff)
downloadports-79c2329e87c98768b93d2b00ed616324732bc84c.tar.gz
ports-79c2329e87c98768b93d2b00ed616324732bc84c.zip
net/44bsd-rdist: No need to use bsd.port.pre.mk here anymore
Notes
Notes: svn path=/head/; revision=491722
Diffstat (limited to 'net/44bsd-rdist')
-rw-r--r--net/44bsd-rdist/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile
index 01d94202b2ae..b973ab96ec88 100644
--- a/net/44bsd-rdist/Makefile
+++ b/net/44bsd-rdist/Makefile
@@ -10,16 +10,14 @@ MASTER_SITES= LOCAL/cy
MAINTAINER= cy@FreeBSD.org
COMMENT= The traditional 4.4BSD rdist
+EXTRACT_DEPENDS= rcs:devel/rcs57
+
USES= tar:bzip2
NO_WRKSUBDIR= yes
PLIST_FILES= bin/44bsd-rdist \
man/man1/44bsd-rdist.1.gz
-.include <bsd.port.pre.mk>
-
-EXTRACT_DEPENDS= rcs:devel/rcs57
-
post-extract:
cd ${WRKSRC} ; co RCS/*,v
@@ -31,4 +29,4 @@ tarup:
-cd ${WRKSRC} ; ${RM} *
cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>