diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
commit | a4fc6158f566f3061d1acce1ef519be9cd17a69a (patch) | |
tree | eb22256c13100460a384a64ae5d3fbefbaab9ab7 /mail/premail | |
parent | f720ee1568631cec981d47b6deaf26f18bc44159 (diff) | |
download | ports-a4fc6158f566f3061d1acce1ef519be9cd17a69a.tar.gz ports-a4fc6158f566f3061d1acce1ef519be9cd17a69a.zip |
Notes
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index e6a93453fe81..878375faeb2e 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: premail -# Date created: 31 Jan 1997 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= premail PORTVERSION= 0.46 @@ -20,11 +16,8 @@ BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp WRKSRC= ${WRKDIR}/premail USE_PERL5= yes NO_BUILD= yes - -post-patch: - cd ${WRKSRC}; \ - ${CP} premail premail.old; \ - ${SED} 's=#!/usr/local/bin/perl=#!${PERL} -w=' < premail.old > premail +USES= shebangfix +SHEBANG_FILES= premail do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin |