diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-06-09 09:36:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-06-09 09:36:39 +0000 |
commit | c4c98b4416e746608713de25d39ab2994819dfc1 (patch) | |
tree | 5b03f5f8c11307ecb4fc4f878b0dc0582184266b /news/aub | |
parent | 391542cc729af2028110d4ffb4f8de6a5da22a05 (diff) | |
download | ports-c4c98b4416e746608713de25d39ab2994819dfc1.tar.gz ports-c4c98b4416e746608713de25d39ab2994819dfc1.zip |
Notes
Diffstat (limited to 'news/aub')
-rw-r--r-- | news/aub/Makefile | 4 |
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 |