diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-05 01:07:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-05 01:07:25 +0000 |
commit | 6d8715b53aea769527dd6f6e19e2cad76887b511 (patch) | |
tree | 95f374252d3a6c10eb76e90a12dab6a6a651334e /net/pathchar/Makefile | |
parent | 67eaf87ab5718b0994474fc6088d4d3ed8236af3 (diff) | |
download | ports-6d8715b53aea769527dd6f6e19e2cad76887b511.tar.gz ports-6d8715b53aea769527dd6f6e19e2cad76887b511.zip |
The distfiles have now been fixed.
PR: 9307
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=15836
Diffstat (limited to 'net/pathchar/Makefile')
-rw-r--r-- | net/pathchar/Makefile | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index 283df7a41882..8aa183da895a 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -3,7 +3,7 @@ # Date created: 7 November 1998 # Whom: Josh Gilliam <josh@quick.net> # -# $Id: Makefile,v 1.1.1.1 1998/11/15 21:25:16 nectar Exp $ +# $Id: Makefile,v 1.2 1998/11/16 06:36:06 asami Exp $ # DISTNAME= pathchar-a1-freebsd-3.0 @@ -22,26 +22,6 @@ PKGNAME= pathchar-a0 NO_BUILD= yes NO_WRKSUBDIR= yes -ZCAT?= zcat -TAR?= tar - -# wierd .. pathchar-a0 is a gzip'd gzip'd tar, while pathchar-a1 -# is just a tar. both have the extension .tar.gz though... -.if ${PORTOBJFORMAT} == "aout" -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @for file in ${EXTRACT_ONLY}; do \ - if ! (cd ${WRKDIR} && ${ZCAT} ${DISTDIR}/$$file | \ - ${TAR} ${EXTRACT_BEFORE_ARGS} - ${EXTRACT_AFTER_ARGS}); \ - then \ - exit 1; \ - fi \ - done -.else -EXTRACT_BEFORE_ARGS= -xf -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pathchar ${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}/README.pathchar \ |