summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-06-09 09:36:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-06-09 09:36:39 +0000
commitc4c98b4416e746608713de25d39ab2994819dfc1 (patch)
tree5b03f5f8c11307ecb4fc4f878b0dc0582184266b /news
parentFixup permissions on the squirm/etc directory. (diff)
Use {PERL5} rather than hardcoded path.
Submitted by: Nick Hibma <nick.hibma@jrc.it>
Notes
Notes: svn path=/head/; revision=19378
Diffstat (limited to 'news')
-rw-r--r--news/aub/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/aub/Makefile b/news/aub/Makefile
index 997a7d4ecb0a..b775b76846f6 100644
--- a/news/aub/Makefile
+++ b/news/aub/Makefile
@@ -4,7 +4,7 @@
# Date created: Sun Oct 12, 1997
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.3 1997/10/18 06:11:16 obrien Exp $
+# $Id: Makefile,v 1.4 1998/11/03 09:29:15 obrien Exp $
#
DISTNAME= aub
@@ -26,7 +26,7 @@ do-extract:
@${MKDIR} ${WRKDIR}
pre-patch:
- @${SED} -e '1,1s:/usr/local/bin/perl:!/usr/bin/perl:' \
+ @${SED} -e '1,1s:/usr/local/bin/perl:!${PERL5}:' \
-e 's:$SUM = "/bin/sum":$SUM = "/usr/bin/sum":' \
-e 's:/usr/tmp:/var/tmp:' \
${DISTDIR}/${DIST_SUBDIR}/aub > ${WRKDIR}/aub