Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 11:44:06 +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: r404290 - head/www/dalbum
Message-ID:  <201512231144.tBNBi6Ih011198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@dirrmtry %%DALBUM_DIR%%/pictures/Sample album
-@dirrmtry %%DALBUM_DIR%%/pictures
-@dirrm %%DALBUM_DIR%%/include/lang
-@dirrm %%DALBUM_DIR%%/include
-@dirrm %%DALBUM_DIR%%/images/folder
-@dirrm %%DALBUM_DIR%%/images
-@dirrm %%DALBUM_DIR%%/config
-@dirrmtry %%DALBUM_DIR%%/.private
-@dirrm %%DALBUM_DIR%%
-@owner root
-@group wheel
+@dir %%DALBUM_DIR%%/pictures/Sample album
+@dir %%DALBUM_DIR%%/pictures
+@dir %%DALBUM_DIR%%/include/lang
+@dir %%DALBUM_DIR%%/include
+@dir %%DALBUM_DIR%%/images/folder
+@dir %%DALBUM_DIR%%/images
+@dir %%DALBUM_DIR%%/config
+@dir %%DALBUM_DIR%%/.private
+@dir %%DALBUM_DIR%%
+@owner
+@group



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