diff options
author | linimon <linimon@FreeBSD.org> | 2011-02-25 08:56:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-02-25 08:56:51 +0800 |
commit | b2c781ba75a3f49f946218761272e72157c816e0 (patch) | |
tree | 30af4baf2705dbcc65c0f082ba50627359cacdf0 /www/dalbum | |
parent | 91003209040664d6ca9210f534eb9d6cac3bf216 (diff) | |
download | freebsd-ports-gnome-b2c781ba75a3f49f946218761272e72157c816e0.tar.gz freebsd-ports-gnome-b2c781ba75a3f49f946218761272e72157c816e0.tar.zst freebsd-ports-gnome-b2c781ba75a3f49f946218761272e72157c816e0.zip |
- make dirrmtry more friendly [1]
- allow checking STRIP when WITH_DEBUG is defined [2]
- unify the message with real URL by removing superfluous slash [3]
PR: 152102 [1],
153539 [2],
154653 [3]
Submitted by: az [1],
Anonymous <swell dot k at gmail dot com> [2],
sunpoet [3]
Diffstat (limited to 'www/dalbum')
-rw-r--r-- | www/dalbum/Makefile | 2 | ||||
-rw-r--r-- | www/dalbum/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/dalbum/Makefile b/www/dalbum/Makefile index 119b165123c5..cdad29890437 100644 --- a/www/dalbum/Makefile +++ b/www/dalbum/Makefile @@ -7,7 +7,7 @@ PORTNAME= dalbum PORTVERSION= 140.152 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.dalbum.org/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} diff --git a/www/dalbum/pkg-plist b/www/dalbum/pkg-plist index 9d872c59529c..d4b433b99246 100644 --- a/www/dalbum/pkg-plist +++ b/www/dalbum/pkg-plist @@ -81,7 +81,7 @@ %%DALBUM_DIR%%/reindex.php %%DALBUM_DIR%%/showimg.php %%DALBUM_DIR%%/version.txt -@dirrmtry %%DALBUM_DIR%%/pictures/Sample\ album +@dirrmtry %%DALBUM_DIR%%/pictures/Sample album @dirrmtry %%DALBUM_DIR%%/pictures @dirrm %%DALBUM_DIR%%/include/lang @dirrm %%DALBUM_DIR%%/include |