summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 20:47:00 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 20:47:00 +0000
commit6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (patch)
tree6eea9095d49567caee3b7ae726db5e5f6a88e7cd
parentadd newline at end of file (diff)
portlint
Notes
Notes: svn path=/head/; revision=21031
-rw-r--r--mail/premail/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile
index 86d87bf0849f..d1214374a34a 100644
--- a/mail/premail/Makefile
+++ b/mail/premail/Makefile
@@ -12,12 +12,12 @@ DISTNAME= premail-0.46
CATEGORIES= security mail
MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \
ftp://ftp.kiarchive.ru/unix/crypto/
-WRKSRC= ${WRKDIR}/premail
-
-BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
MAINTAINER= ache@FreeBSD.ORG
+BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp
+
+WRKSRC= ${WRKDIR}/premail
USE_PERL5= Yes
NO_BUILD= Yes
RESTRICTED= "Author treats it as ITAR subject"
@@ -25,15 +25,15 @@ RESTRICTED= "Author treats it as ITAR subject"
post-patch:
cd ${WRKSRC}; \
${CP} premail premail.old; \
- sed 's=#!/usr/local/bin/perl=#!${PERL} -w=' < premail.old > premail
+ ${SED} 's=#!/usr/local/bin/perl=#!${PERL} -w=' < premail.old > premail
do-install:
cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin
- install -d -m 555 ${PREFIX}/share/doc/premail
+ ${MKDIR} -m 555 ${PREFIX}/share/doc/premail
cd ${WRKSRC} && ${INSTALL_DATA} \
preferences doc-0.46.html doc-0.46.txt ${PREFIX}/share/doc/premail
- @echo
- @echo "Check ${PREFIX}/share/doc/premail for further instructions"
- @echo
+ @${ECHO_MSG}
+ @${ECHO_MSG} "Check ${PREFIX}/share/doc/premail for further instructions"
+ @${ECHO_MSG}
.include <bsd.port.mk>