svn commit: r396497 - head/ftp/phpwebftp

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 14:00:17 UTC 2015


Author: amdmi3
Date: Wed Sep  9 14:00:15 2015
New Revision: 396497
URL: https://svnweb.freebsd.org/changeset/ports/396497

Log:
  - Add NO_ARCH
  - Add empty directory to plist
  
  Approved by:	portmgr blanket

Modified:
  head/ftp/phpwebftp/Makefile
  head/ftp/phpwebftp/pkg-plist

Modified: head/ftp/phpwebftp/Makefile
==============================================================================
--- head/ftp/phpwebftp/Makefile	Wed Sep  9 14:00:10 2015	(r396496)
+++ head/ftp/phpwebftp/Makefile	Wed Sep  9 14:00:15 2015	(r396497)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 USES=		zip
 NO_BUILD=	yes
+NO_ARCH=	yes
 USE_PHP=	ftp
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/ftp/phpwebftp/pkg-plist
==============================================================================
--- head/ftp/phpwebftp/pkg-plist	Wed Sep  9 14:00:10 2015	(r396496)
+++ head/ftp/phpwebftp/pkg-plist	Wed Sep  9 14:00:15 2015	(r396497)
@@ -65,3 +65,4 @@
 %%WWWDIR%%/index.php
 %%WWWDIR%%/style/cm.css
 %%WWWDIR%%/style/index.html
+ at dir %%WWWDIR%%/tmp


More information about the svn-ports-all mailing list