Fix previous commit.
Sponsored by: Absolight
This commit is contained in:
parent
4ce07e63a6
commit
280052b50b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389934
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue