svn commit: r319031 - head/mail/imaptools
Boris Samorodov
bsam at FreeBSD.org
Sat May 25 07:46:11 UTC 2013
Author: bsam
Date: Sat May 25 07:46:10 2013
New Revision: 319031
URL: http://svnweb.freebsd.org/changeset/ports/319031
Log:
Use shebangfix and let Makefile be more declarative.
Convinced by: jgh, danfe
Modified:
head/mail/imaptools/Makefile
Modified: head/mail/imaptools/Makefile
==============================================================================
--- head/mail/imaptools/Makefile Sat May 25 07:29:55 2013 (r319030)
+++ head/mail/imaptools/Makefile Sat May 25 07:46:10 2013 (r319031)
@@ -15,12 +15,12 @@ LICENSE= ISCL
CONFLICTS= imaputils-[0-9]*
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+USES= shebangfix
+SHEBANG_FILES= *.pl
USE_PERL5_RUN= yes
-do-build:
- ${REINPLACE_CMD} \
- -e 's|/usr/bin/perl|${PERL}|g' ${WRKDIR}/*.pl
-
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
More information about the svn-ports-head
mailing list