diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-22 02:34:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-22 02:34:54 +0800 |
commit | b2e09142789a176c78d33740a57cdc6b6e1494ab (patch) | |
tree | 6b8b33887934401ab12426f46bba924b4fb25655 /www/p5-Net-eBay | |
parent | 4f947dd1755396ddc6c09806032959328bc5a831 (diff) | |
download | freebsd-ports-gnome-b2e09142789a176c78d33740a57cdc6b6e1494ab.tar.gz freebsd-ports-gnome-b2e09142789a176c78d33740a57cdc6b6e1494ab.tar.zst freebsd-ports-gnome-b2e09142789a176c78d33740a57cdc6b6e1494ab.zip |
- Convert to new options target helper
- Pet portlint: fix diff header of patch files
Diffstat (limited to 'www/p5-Net-eBay')
-rw-r--r-- | www/p5-Net-eBay/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Net-eBay/files/patch-MANIFEST | 4 | ||||
-rw-r--r-- | www/p5-Net-eBay/files/patch-Makefile.PL | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index 6798f283b6a9..162b26ba6fbe 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -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}/ diff --git a/www/p5-Net-eBay/files/patch-MANIFEST b/www/p5-Net-eBay/files/patch-MANIFEST index 786d25e072d9..15a9448f00f6 100644 --- a/www/p5-Net-eBay/files/patch-MANIFEST +++ b/www/p5-Net-eBay/files/patch-MANIFEST @@ -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 diff --git a/www/p5-Net-eBay/files/patch-Makefile.PL b/www/p5-Net-eBay/files/patch-Makefile.PL index 5cacb8648815..5ac7f0f4933c 100644 --- a/www/p5-Net-eBay/files/patch-Makefile.PL +++ b/www/p5-Net-eBay/files/patch-Makefile.PL @@ -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', |