summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:45:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:45:10 +0000
commitecfa8e90ded17b8d70919efec47ca53dd2f13ea7 (patch)
treef3feb0d9c783bc876443acf1c99ecdfb16bb7c8c /mail
parentFix a few whitespace nits. (diff)
Don't write to DISTDIR.
Notes
Notes: svn path=/head/; revision=20053
Diffstat (limited to 'mail')
-rw-r--r--mail/xpbiff/Makefile14
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; \