diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-09-10 07:41:31 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-09-10 07:41:31 +0000 |
commit | cb41a7b66820bf1dbbd0df861d6114a2edac501b (patch) | |
tree | 9afd59c1a43248d2a9e7a5facb816cc68e8a1588 /www/oscommerce | |
parent | 959892613db4553a3009ef24c596a0c82deb91e0 (diff) |
Notes
Diffstat (limited to 'www/oscommerce')
-rw-r--r-- | www/oscommerce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index c098198146d3..20825c072755 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tep DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/ms/} -MAINTAINER= hcoyote@ghostar.org +MAINTAINER= ports@FreeBSD.org COMMENT= An full-featured open source e-commerce system -USE_PHP= mysql session +USE_PHP= mysql session pcre WANT_PHP_WEB= yes NO_BUILD= yes OSCOMMERCE= ${PREFIX}/www/data/oscommerce |