diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /mail/premail | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Notes
Notes:
svn path=/head/; revision=20898
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 6f0acbf86d40..c3f665514f6d 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -5,7 +5,7 @@ # Date created: 31 Jan 1997 # Whom: ache # -# $Id: Makefile,v 1.11 1998/10/07 10:14:36 ache Exp $ +# $Id: Makefile,v 1.12 1999/01/13 12:14:53 ache Exp $ # DISTNAME= premail-0.46 @@ -24,7 +24,7 @@ RESTRICTED= "Author treats it as ITAR subject" post-patch: cd ${WRKSRC}; \ - cp premail premail.old; \ + ${CP} premail premail.old; \ sed 's=#!/usr/local/bin/perl=#!${PERL} -w=' < premail.old > premail do-install: |