summaryrefslogtreecommitdiff
path: root/www/gallery
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-09-04 04:36:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-09-04 04:36:43 +0000
commitfca24981ceaaf920f1909259b4789f7324fe8eb8 (patch)
tree4d43ae934d22e3f025fac175a8c434ef0760695c /www/gallery
parentAdd back the PKGNAMEPREFIX was the accidentally removed in my previous (diff)
fix the illegal PORTVERSION
Reviewed by: Jamie Hermans <jamie@hermans.ca>
Notes
Notes: svn path=/head/; revision=88479
Diffstat (limited to 'www/gallery')
-rw-r--r--www/gallery/Makefile4
-rw-r--r--www/gallery/pkg-plist10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile
index 0acb06961f3c..0a88d60c9210 100644
--- a/www/gallery/Makefile
+++ b/www/gallery/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= gallery
-PORTVERSION= 1.3.4-pl1
-PORTREVISION= 1
+PORTVERSION= 1.3.4.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1/-pl1/}
MAINTAINER= jamie@hermans.ca
COMMENT= Gallery is a slick web based photo album written using PHP
diff --git a/www/gallery/pkg-plist b/www/gallery/pkg-plist
index 387fc33b4e86..d97a47b7ed8b 100644
--- a/www/gallery/pkg-plist
+++ b/www/gallery/pkg-plist
@@ -1,7 +1,7 @@
-%%PORTDOCS%%share/doc/gallery/AUTHORS
-%%PORTDOCS%%share/doc/gallery/ChangeLog
-%%PORTDOCS%%share/doc/gallery/README
-%%PORTDOCS%%share/doc/gallery/UPGRADING
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
%%GALLERYDIR%%/Version.php
%%GALLERYDIR%%/add_comment.php
%%GALLERYDIR%%/add_photo.php
@@ -179,5 +179,5 @@
@dirrm %%GALLERYDIR%%/classes/database/mysql
@dirrm %%GALLERYDIR%%/classes/database
@dirrm %%GALLERYDIR%%/classes
-%%PORTDOCS%%@dirrm share/doc/gallery
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rmdir %D/%%GALLERYDIR%% 2>/dev/null || true