diff options
author | mat <mat@FreeBSD.org> | 2015-06-17 22:52:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-06-17 22:52:01 +0800 |
commit | b3ccdc862c2f00207f5c8703be64d2e8474c114c (patch) | |
tree | 7af9b8a1ada7b5aa63ac0909cbd0c508cc0fb30a /www | |
parent | e03d704f5740742cc2f9b56c5d9e0ba8f72dfede (diff) | |
download | freebsd-ports-gnome-b3ccdc862c2f00207f5c8703be64d2e8474c114c.tar.gz freebsd-ports-gnome-b3ccdc862c2f00207f5c8703be64d2e8474c114c.tar.zst freebsd-ports-gnome-b3ccdc862c2f00207f5c8703be64d2e8474c114c.zip |
Fix previous commit.
Sponsored by: Absolight
Diffstat (limited to 'www')
-rw-r--r-- | www/oscommerce/Makefile | 3 | ||||
-rw-r--r-- | www/oscommerce/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index ab3c02bfba29..d1d9e6354833 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -3,7 +3,7 @@ PORTNAME= oscommerce DISTVERSION= 2.3.3.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://www.oscommerce.com/files/ @@ -18,6 +18,7 @@ NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message PORTDOCS= CHANGELOG LICENSE STANDARD release_notes.pdf documentation.pdf +PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} OPTIONS_DEFINE= DOCS diff --git a/www/oscommerce/pkg-plist b/www/oscommerce/pkg-plist index 38950e0cf2d9..d565a09e54aa 100644 --- a/www/oscommerce/pkg-plist +++ b/www/oscommerce/pkg-plist @@ -1024,3 +1024,5 @@ %%WWWDIR%%/catalog/ssl_check.php %%WWWDIR%%/catalog/stylesheet.css %%WWWDIR%%/catalog/tell_a_friend.php +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/download +@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/pub |