- Convert to new options target helper

- Pet portlint: fix diff header of patch files
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-21 18:34:54 +00:00
parent a3c7a078ad
commit 62906bbd26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404162
3 changed files with 7 additions and 6 deletions

View file

@ -32,15 +32,16 @@ OPTIONS_DEFINE= EXAMPLES
NO_ARCH= yes
USE_PERL5= configure
USES= perl5 shebangfix
SHEBANG_FILES= examples/*.pl
PORTEXAMPLES= *
SHEBANG_FILES= examples/*.pl
post-extract:
@${MKDIR} ${WRKSRC}/examples/
@${MV} ${WRKSRC}/*.pl ${WRKSRC}/examples/
post-install:
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${STAGEDIR}${EXAMPLESDIR}/

View file

@ -1,5 +1,5 @@
--- MANIFEST.orig 2008-06-08 17:27:22.000000000 +0400
+++ MANIFEST 2008-06-08 17:22:48.000000000 +0400
--- MANIFEST.orig 2008-06-08 13:27:22 UTC
+++ MANIFEST
@@ -7,22 +7,3 @@ lib/Net/eBay.pm
t/00-load.t
t/pod-coverage.t

View file

@ -1,5 +1,5 @@
--- Makefile.PL.orig 2008-06-08 17:27:50.000000000 +0400
+++ Makefile.PL 2008-06-08 17:26:56.000000000 +0400
--- Makefile.PL.orig 2008-06-08 13:27:50 UTC
+++ Makefile.PL
@@ -8,10 +8,6 @@ WriteMakefile(
VERSION_FROM => 'lib/Net/eBay.pm',
ABSTRACT => 'XML based communication with eBay API',