svn commit: r404290 - head/www/dalbum
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Dec 23 11:44:07 UTC 2015
Author: amdmi3
Date: Wed Dec 23 11:44:06 2015
New Revision: 404290
URL: https://svnweb.freebsd.org/changeset/ports/404290
Log:
- Add NO_ARCH
- Convert to @dir
Approved by: portmgr blanket
Modified:
head/www/dalbum/Makefile
head/www/dalbum/pkg-plist
Modified: head/www/dalbum/Makefile
==============================================================================
--- head/www/dalbum/Makefile Wed Dec 23 11:43:59 2015 (r404289)
+++ head/www/dalbum/Makefile Wed Dec 23 11:44:06 2015 (r404290)
@@ -18,6 +18,7 @@ CPE_VERSION= ${PORTVERSION:C/^([0-9])([0
CPE_UPDATE= ${PORTVERSION:C/^.*\.//}
USE_PHP= session pcre
NO_BUILD= yes
+NO_ARCH= yes
DALBUM_DIR?= www/photo
NO_WRKSUBDIR= yes
Modified: head/www/dalbum/pkg-plist
==============================================================================
--- head/www/dalbum/pkg-plist Wed Dec 23 11:43:59 2015 (r404289)
+++ head/www/dalbum/pkg-plist Wed Dec 23 11:44:06 2015 (r404290)
@@ -83,14 +83,14 @@
%%DALBUM_DIR%%/reindex.php
%%DALBUM_DIR%%/showimg.php
%%DALBUM_DIR%%/version.txt
- at dirrmtry %%DALBUM_DIR%%/pictures/Sample album
- at dirrmtry %%DALBUM_DIR%%/pictures
- at dirrm %%DALBUM_DIR%%/include/lang
- at dirrm %%DALBUM_DIR%%/include
- at dirrm %%DALBUM_DIR%%/images/folder
- at dirrm %%DALBUM_DIR%%/images
- at dirrm %%DALBUM_DIR%%/config
- at dirrmtry %%DALBUM_DIR%%/.private
- at dirrm %%DALBUM_DIR%%
- at owner root
- at group wheel
+ at dir %%DALBUM_DIR%%/pictures/Sample album
+ at dir %%DALBUM_DIR%%/pictures
+ at dir %%DALBUM_DIR%%/include/lang
+ at dir %%DALBUM_DIR%%/include
+ at dir %%DALBUM_DIR%%/images/folder
+ at dir %%DALBUM_DIR%%/images
+ at dir %%DALBUM_DIR%%/config
+ at dir %%DALBUM_DIR%%/.private
+ at dir %%DALBUM_DIR%%
+ at owner
+ at group
More information about the svn-ports-all
mailing list