Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 14:00:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396497 - head/ftp/phpwebftp
Message-ID:  <201509091400.t89E0GYq015909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
+@dir %%WWWDIR%%/tmp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509091400.t89E0GYq015909>