diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 22:09:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-21 22:09:38 +0800 |
commit | bee4f98f0a75aedc93352fd8b34fd1f393c3285c (patch) | |
tree | 8a4878a364bf7950b2f6addaf4f463a1a7814cea /www/impresscms | |
parent | 3a97df4c01cefc61628188f47bd0de534b663306 (diff) | |
download | freebsd-ports-gnome-bee4f98f0a75aedc93352fd8b34fd1f393c3285c.tar.gz freebsd-ports-gnome-bee4f98f0a75aedc93352fd8b34fd1f393c3285c.tar.zst freebsd-ports-gnome-bee4f98f0a75aedc93352fd8b34fd1f393c3285c.zip |
- Fix shebangs
Diffstat (limited to 'www/impresscms')
-rw-r--r-- | www/impresscms/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/impresscms/Makefile b/www/impresscms/Makefile index 0aa7f0496621..fea1f7cde430 100644 --- a/www/impresscms/Makefile +++ b/www/impresscms/Makefile @@ -3,6 +3,7 @@ PORTNAME= impresscms PORTVERSION= 1.3.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_final @@ -10,10 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_final MAINTAINER= ports@FreeBSD.org COMMENT= Community Developed Content Management System -USES= cpe shebangfix php zip:infozip +USES= cpe shebangfix python:run php zip:infozip SHEBANG_FILES= htdocs/editors/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl \ - htdocs/libraries/phpopenid/admin/packagexml.py \ - htdocs/libraries/tcpdf/tools/tcpdf_addfont.php + htdocs/libraries/phpopenid/admin/*.py htdocs/libraries/tcpdf/tools/tcpdf_addfont.php USE_PHP= mysql pcre session iconv xml gd NO_WRKSUBDIR= yes NO_BUILD= yes |