diff options
author | az <az@FreeBSD.org> | 2013-07-26 01:45:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-26 01:45:09 +0800 |
commit | a17aea5b36965f8ed6ecc0ca55f360944e3f46a8 (patch) | |
tree | 17b7739cec5c8bd24318f8970c77d5508f40b335 /finance | |
parent | 9bd11f4a568c740d3e38c88bf815647016ecdef7 (diff) | |
download | freebsd-ports-gnome-a17aea5b36965f8ed6ecc0ca55f360944e3f46a8.tar.gz freebsd-ports-gnome-a17aea5b36965f8ed6ecc0ca55f360944e3f46a8.tar.zst freebsd-ports-gnome-a17aea5b36965f8ed6ecc0ca55f360944e3f46a8.zip |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/ledgersmb/Makefile | 13 | ||||
-rw-r--r-- | finance/ledgersmb/files/pkg-message.in (renamed from finance/ledgersmb/pkg-message) | 0 | ||||
-rw-r--r-- | finance/p5-Business-OnlinePayment-PaymenTech/Makefile | 3 | ||||
-rw-r--r-- | finance/sql-ledger/Makefile | 6 |
4 files changed, 5 insertions, 17 deletions
diff --git a/finance/ledgersmb/Makefile b/finance/ledgersmb/Makefile index 5787ee9cb4e9..acbed1ab34b1 100644 --- a/finance/ledgersmb/Makefile +++ b/finance/ledgersmb/Makefile @@ -17,16 +17,9 @@ NO_BUILD= yes USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${PERL} -pi -e 's|/usr/bin/perl|${PERL}|' \ - `${FIND} ${WRKSRC} -name \*.pl` - @${PERL} -pe 's|%%PREFIX%%|${PREFIX}|g' \ - ${FILESDIR}/${PORTNAME}-httpd.conf.in \ - > ${WRKDIR}/${PORTNAME}-httpd.conf - @${PERL} -pe 's|%%PREFIX%%|${PREFIX}|g' \ - ${PKGDIR}/pkg-message \ - > ${PKGMESSAGE} +USES= shebangfix +SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl utils/*/*.pl +SUB_FILES= ${PORTNAME}-httpd.conf.in pkg-message.in do-install: @cd ${WRKDIR} ; \ diff --git a/finance/ledgersmb/pkg-message b/finance/ledgersmb/files/pkg-message.in index 485c368fc764..485c368fc764 100644 --- a/finance/ledgersmb/pkg-message +++ b/finance/ledgersmb/files/pkg-message.in diff --git a/finance/p5-Business-OnlinePayment-PaymenTech/Makefile b/finance/p5-Business-OnlinePayment-PaymenTech/Makefile index 97946d719d63..619d7cbd04bd 100644 --- a/finance/p5-Business-OnlinePayment-PaymenTech/Makefile +++ b/finance/p5-Business-OnlinePayment-PaymenTech/Makefile @@ -20,7 +20,4 @@ PERL_CONFIGURE= yes MAN3= Business::OnlinePayment::PaymenTech.3 -post-extract: - @${PERL} -i.bak -ne 'print unless /^(test_requires|auto_install|recommends|configure_requires)/' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile index 71ded90bd28f..6317027aab8a 100644 --- a/finance/sql-ledger/Makefile +++ b/finance/sql-ledger/Makefile @@ -18,10 +18,8 @@ NO_BUILD= yes USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message sql-ledger-httpd.conf - -post-patch: - @${PERL} -pi -e 's|/usr/bin/perl|${PERL}|' \ - `${FIND} ${WRKSRC} -name \*.pl` +USES= shebangfix +SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl do-install: @cd ${WRKDIR} ; \ |