Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2015 12:11:08 +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: r391988 - head/www/dddbl
Message-ID:  <201507141211.t6ECB8Zt060066@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrm %%DATADIR%%
-@dirrm %%DATADIR%%/handler
-@dirrm %%DATADIR%%/inc/
-@dirrm %%DATADIR%%/inc/exceptions
-



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