summaryrefslogtreecommitdiff
path: root/mail/premail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-10-07 10:15:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-10-07 10:15:19 +0000
commit6889f2dbd237d7e7a3ce85ecddd15806c18299c1 (patch)
tree37a37c015dd41465d5d4a3011aea828131cca09b /mail/premail
parentELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be (diff)
Use PERL variable for script
Notes
Notes: svn path=/head/; revision=13704
Diffstat (limited to 'mail/premail')
-rw-r--r--mail/premail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile
index 83f805ea87b8..dd5553394b46 100644
--- a/mail/premail/Makefile
+++ b/mail/premail/Makefile
@@ -5,7 +5,7 @@
# Date created: 31 Jan 1997
# Whom: ache
#
-# $Id: Makefile,v 1.9 1998/10/02 06:31:03 ache Exp $
+# $Id: Makefile,v 1.10 1998/10/06 15:15:22 ache Exp $
#
DISTNAME= premail-0.46
@@ -25,7 +25,7 @@ RESTRICTED= "Author treats it as ITAR subject"
post-patch:
cd ${WRKSRC}; \
cp premail premail.old; \
- sed 's=%PERL5%=${PERL5}=' < premail.old > premail
+ sed 's=%PERL5%=${PERL}=' < premail.old > premail
do-install:
cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin