diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-24 21:38:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-24 21:38:19 +0000 |
commit | 5686823911ab482f709b05df2ad4e0b89b545c35 (patch) | |
tree | a30c13fbb29e5fd9bc5a8f80cfe7de8f81b02d69 /www | |
parent | d31f156f8f0982e9a6e998355d7bb2ec50dfe21d (diff) | |
download | freebsd-ports-5686823911ab482f709b05df2ad4e0b89b545c35.zip |
- Fix shebangs
- Switch to USES=tar
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'www')
-rw-r--r-- | www/photo_gallery/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index fecebf888e91..c6eb9e603361 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -3,11 +3,10 @@ PORTNAME= photo_gallery PORTVERSION= 1.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://www.capybara.org/~dfraser/photo_gallery/ DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .tar MAINTAINER= bob@bomar.us COMMENT= Simple web based photo gallery @@ -17,7 +16,9 @@ RUN_DEPENDS= anytopnm:${PORTSDIR}/graphics/netpbm\ p5-URI>=0:${PORTSDIR}/net/p5-URI USE_APACHE_RUN= 22+ -USES= perl5 +USES= perl5 shebangfix tar +SHEBANG_FILES= index.cgi +perl_OLD_CMD= /usr/pkg/bin/perl NO_BUILD= yes do-install: |