diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 20:11:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-14 20:11:07 +0800 |
commit | 61a3c5fee057ce015c248e828e7d0f465bb52ba1 (patch) | |
tree | fc567517100ee4dc24337989050a01779d00da7c /www/dddbl | |
parent | cacdf550ecb35aff2d9c2d5861a408f6340e74c1 (diff) | |
download | freebsd-ports-gnome-61a3c5fee057ce015c248e828e7d0f465bb52ba1.tar.gz freebsd-ports-gnome-61a3c5fee057ce015c248e828e7d0f465bb52ba1.tar.zst freebsd-ports-gnome-61a3c5fee057ce015c248e828e7d0f465bb52ba1.zip |
- Drop @dirrm* from plist
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'www/dddbl')
-rw-r--r-- | www/dddbl/Makefile | 3 | ||||
-rw-r--r-- | www/dddbl/pkg-plist | 5 |
2 files changed, 1 insertions, 7 deletions
diff --git a/www/dddbl/Makefile b/www/dddbl/Makefile index 3c84f55b7aa0..f0994475c530 100644 --- a/www/dddbl/Makefile +++ b/www/dddbl/Makefile @@ -11,9 +11,8 @@ COMMENT= Definition Driven Database Layer for PHP USES= tar:bzip2 -.include <bsd.port.options.mk> - NO_BUILD= yes +NO_ARCH= yes USE_PHP= yes diff --git a/www/dddbl/pkg-plist b/www/dddbl/pkg-plist index 6ca508d43c50..b40f2629523d 100644 --- a/www/dddbl/pkg-plist +++ b/www/dddbl/pkg-plist @@ -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 - |