diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-09 22:00:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-09 22:00:15 +0800 |
commit | a71cde8c4b4342072768717054ab47e880dcb350 (patch) | |
tree | a15b1d46397e85eb9993d53b0ce31d8029b113ef /ftp | |
parent | 607fa253defc9c79c62d23a7c9d7ca6ac2a55171 (diff) | |
download | freebsd-ports-gnome-a71cde8c4b4342072768717054ab47e880dcb350.tar.gz freebsd-ports-gnome-a71cde8c4b4342072768717054ab47e880dcb350.tar.zst freebsd-ports-gnome-a71cde8c4b4342072768717054ab47e880dcb350.zip |
- Add NO_ARCH
- Add empty directory to plist
Approved by: portmgr blanket
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/phpwebftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/phpwebftp/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ftp/phpwebftp/Makefile b/ftp/phpwebftp/Makefile index 5c10d7e81b97..88aeedc383b5 100644 --- a/ftp/phpwebftp/Makefile +++ b/ftp/phpwebftp/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 USES= zip NO_BUILD= yes +NO_ARCH= yes USE_PHP= ftp WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/ftp/phpwebftp/pkg-plist b/ftp/phpwebftp/pkg-plist index 8479d050f969..c59b0df1ab1c 100644 --- a/ftp/phpwebftp/pkg-plist +++ b/ftp/phpwebftp/pkg-plist @@ -65,3 +65,4 @@ %%WWWDIR%%/index.php %%WWWDIR%%/style/cm.css %%WWWDIR%%/style/index.html +@dir %%WWWDIR%%/tmp |