diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-08 18:44:23 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-08 18:44:23 +0800 |
commit | 1b3010d7ef5eb2827b27861d4ab378cc06f85e51 (patch) | |
tree | e42f8491248e25143fdf9866101320f49be25b23 /www/ilias | |
parent | e6ca1a6ad2075286e88c3c054fd0a9a360f5940b (diff) | |
download | freebsd-ports-gnome-1b3010d7ef5eb2827b27861d4ab378cc06f85e51.tar.gz freebsd-ports-gnome-1b3010d7ef5eb2827b27861d4ab378cc06f85e51.tar.zst freebsd-ports-gnome-1b3010d7ef5eb2827b27861d4ab378cc06f85e51.zip |
Do not set SUB_FILES twice
Diffstat (limited to 'www/ilias')
-rw-r--r-- | www/ilias/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/ilias/Makefile b/www/ilias/Makefile index 7018a8b7ca76..7bbfbd93bb83 100644 --- a/www/ilias/Makefile +++ b/www/ilias/Makefile @@ -27,7 +27,6 @@ GH_PROJECT= ILIAS USES= cpe jpeg php NO_BUILD= yes PLIST= ${WRKDIR}/plist -SUB_FILES= pkg-message USE_PHP= pdo_mysql session zlib gd pdf dom xsl pcre simplexml ILIASDIR= www/ilias ILIASDATADIR= www/iliasdata |