svn commit: r391988 - head/www/dddbl

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 14 12:11:08 UTC 2015


Author: amdmi3
Date: Tue Jul 14 12:11:07 2015
New Revision: 391988
URL: https://svnweb.freebsd.org/changeset/ports/391988

Log:
  - Drop @dirrm* from plist
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/www/dddbl/Makefile
  head/www/dddbl/pkg-plist

Modified: head/www/dddbl/Makefile
==============================================================================
--- head/www/dddbl/Makefile	Tue Jul 14 12:10:53 2015	(r391987)
+++ head/www/dddbl/Makefile	Tue Jul 14 12:11:07 2015	(r391988)
@@ -11,9 +11,8 @@ COMMENT=	Definition Driven Database Laye
 
 USES=		tar:bzip2
 
-.include <bsd.port.options.mk>
-
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 USE_PHP=	yes
 

Modified: head/www/dddbl/pkg-plist
==============================================================================
--- head/www/dddbl/pkg-plist	Tue Jul 14 12:10:53 2015	(r391987)
+++ head/www/dddbl/pkg-plist	Tue Jul 14 12:11:07 2015	(r391988)
@@ -9,8 +9,3 @@
 %%DATADIR%%/inc/database.func.php
 %%DATADIR%%/inc/exceptions/QueryException.class.php
 %%DATADIR%%/inc/exceptions/UnexpectedParameterTypeException.class.php
- at dirrm %%DATADIR%%
- at dirrm %%DATADIR%%/handler
- at dirrm %%DATADIR%%/inc/
- at dirrm %%DATADIR%%/inc/exceptions
-


More information about the svn-ports-all mailing list