diff options
Diffstat (limited to 'mail/delatt/Makefile')
-rw-r--r-- | mail/delatt/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/delatt/Makefile b/mail/delatt/Makefile index 183c8dbcddac..7ec92b8ad741 100644 --- a/mail/delatt/Makefile +++ b/mail/delatt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: delatt -# Date created: 22 Jun 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= delatt DISTVERSION= 1.1.3 @@ -18,15 +14,13 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +USES= shebangfix USE_PERL5_RUN= yes NO_BUILD= yes +SHEBANG_FILES= delatt PLIST_FILES= bin/delatt -post-patch: - ${REINPLACE_CMD} -e 's|^#!/usr/bin/perl|#!${PERL}|' \ - ${WRKSRC}/${PORTNAME} - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |