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 | |
parent | 67eaf87ab5718b0994474fc6088d4d3ed8236af3 (diff) | |
download | ports-6d8715b53aea769527dd6f6e19e2cad76887b511.tar.gz ports-6d8715b53aea769527dd6f6e19e2cad76887b511.zip |
Notes
Diffstat (limited to 'net/pathchar')
-rw-r--r-- | net/pathchar/Makefile | 22 | ||||
-rw-r--r-- | net/pathchar/distinfo | 4 |
2 files changed, 3 insertions, 23 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 \ diff --git a/net/pathchar/distinfo b/net/pathchar/distinfo index df13f8d4b86f..9a6db08739d1 100644 --- a/net/pathchar/distinfo +++ b/net/pathchar/distinfo @@ -1,2 +1,2 @@ -MD5 (pathchar-a0-freebsd-2.2.tar.gz) = caef19302465766dadd7bb086629f3d0 -MD5 (pathchar-a1-freebsd-3.0.tar.gz) = c6cd5b36ee5dbce6e9a79d371eb29478 +MD5 (pathchar-a0-freebsd-2.2.tar.gz) = 29075c83b08e8cb8d70f9e1151eb9663 +MD5 (pathchar-a1-freebsd-3.0.tar.gz) = e3d13b94252fb1bd9115f577e41fb42d |