diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:45:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:45:10 +0000 |
commit | ecfa8e90ded17b8d70919efec47ca53dd2f13ea7 (patch) | |
tree | f3feb0d9c783bc876443acf1c99ecdfb16bb7c8c /mail/xpbiff | |
parent | 1dd2e992371c0082eb9bfa6a25f9106510584485 (diff) | |
download | ports-ecfa8e90ded17b8d70919efec47ca53dd2f13ea7.tar.gz ports-ecfa8e90ded17b8d70919efec47ca53dd2f13ea7.zip |
Notes
Diffstat (limited to 'mail/xpbiff')
-rw-r--r-- | mail/xpbiff/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index b2e2d309b12a..d09aea86f5c4 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -3,7 +3,7 @@ # Date created: 2 April 1997 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.4 1998/09/15 11:13:29 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:32:46 asami Exp $ DISTNAME= xpbiff PKGNAME?= xpbiff-1.27 @@ -26,14 +26,14 @@ YOUBINBINDIR= ${LOCALBASE} .endif do-extract: - @(cd ${DISTDIR}; \ - if [ ! -f ${DISTNAME}.tar.gz ]; then \ - uudecode ${DISTFILES} ; \ - fi) @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - @(cd ${WRKDIR}; tar -xzf \ - ${DISTDIR}/${DISTNAME}.tar.gz) + @(cd ${WRKDIR}; \ + if [ ! -f ${DISTDIR}/${DISTNAME}.tar.gz ]; then \ + uudecode -p ${DISTDIR}/${DISTFILES} | tar xzf -; \ + else \ + tar xzf ${DISTDIR}/${DISTNAME}.tar.gz; \ + fi) pre-patch: @(${RM} -rf ${WRKSRC}/LocPixmap.c; \ |