diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-04 19:23:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-04 19:23:34 +0800 |
commit | 621f1c8ce4732bece01f8671abce7e94e5af2464 (patch) | |
tree | 73a6854ff825d26f8f2ea2a43b5aa6efccae8132 /www | |
parent | 5729b41aff0929803990fefe42b6cedbac18022d (diff) | |
download | freebsd-ports-gnome-621f1c8ce4732bece01f8671abce7e94e5af2464.tar.gz freebsd-ports-gnome-621f1c8ce4732bece01f8671abce7e94e5af2464.tar.zst freebsd-ports-gnome-621f1c8ce4732bece01f8671abce7e94e5af2464.zip |
Do not overwrite USES
While here, convert to USES=php
Diffstat (limited to 'www')
-rw-r--r-- | www/e107/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/e107/Makefile b/www/e107/Makefile index ac75696697da..fece3ff08a9c 100644 --- a/www/e107/Makefile +++ b/www/e107/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_full MAINTAINER= wen@FreeBSD.org COMMENT= Content management system written in PHP -USES= cpe +USES= cpe dos2unix php shebangfix USE_PHP= dom exif hash pdo_mysql session xml WRKSRC= ${WRKDIR}/e107 @@ -21,7 +21,6 @@ SUB_FILES= pkg-message SUB_LIST= E107DIR=${E107DIR} E107DIR= www/e107 -USES= dos2unix shebangfix SHEBANG_FILES= cron.php e107_handlers/bounce_handler.php do-extract: |