svn commit: r389934 - head/www/oscommerce

Mathieu Arnold mat at FreeBSD.org
Wed Jun 17 14:52:02 UTC 2015


Author: mat
Date: Wed Jun 17 14:52:01 2015
New Revision: 389934
URL: https://svnweb.freebsd.org/changeset/ports/389934

Log:
  Fix previous commit.
  
  Sponsored by:	Absolight

Modified:
  head/www/oscommerce/Makefile
  head/www/oscommerce/pkg-plist

Modified: head/www/oscommerce/Makefile
==============================================================================
--- head/www/oscommerce/Makefile	Wed Jun 17 14:26:19 2015	(r389933)
+++ head/www/oscommerce/Makefile	Wed Jun 17 14:52:01 2015	(r389934)
@@ -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
 

Modified: head/www/oscommerce/pkg-plist
==============================================================================
--- head/www/oscommerce/pkg-plist	Wed Jun 17 14:26:19 2015	(r389933)
+++ head/www/oscommerce/pkg-plist	Wed Jun 17 14:52:01 2015	(r389934)
@@ -1024,3 +1024,5 @@
 %%WWWDIR%%/catalog/ssl_check.php
 %%WWWDIR%%/catalog/stylesheet.css
 %%WWWDIR%%/catalog/tell_a_friend.php
+ at dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/download
+ at dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/catalog/pub


More information about the svn-ports-all mailing list