diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:12:27 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 01:12:27 +0000 |
commit | 764a057ced3da265c09dfa61e6f378d4927ead27 (patch) | |
tree | 16e944abeb909714a9c291b4807a23bd6ff308e5 /net/44bsd-rdist | |
parent | 3a93c08cd424e3c6e35c021346e257e2136f6298 (diff) | |
download | ports-764a057ced3da265c09dfa61e6f378d4927ead27.tar.gz ports-764a057ced3da265c09dfa61e6f378d4927ead27.zip |
Notes
Diffstat (limited to 'net/44bsd-rdist')
-rw-r--r-- | net/44bsd-rdist/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile index d39e29b46fab..8a6be1efbee8 100644 --- a/net/44bsd-rdist/Makefile +++ b/net/44bsd-rdist/Makefile @@ -5,6 +5,7 @@ # # $FreeBSD$ # + PORTNAME= 44bsd-rdist PORTVERSION= 20001111 CATEGORIES= net @@ -28,7 +29,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/rdist.1 ${PREFIX}/man/man1/44bsd-rdist.1 tarup: - -cd ${WRKSRC} ; rm * - cd ${WRKSRC} ; tar cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} . + -cd ${WRKSRC} ; ${RM} * + cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} . .include <bsd.port.mk> |