diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:36:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:36:50 +0800 |
commit | e598d34341b62529b9ef63db27d571f9bcb8c766 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/oscommerce | |
parent | 7016da251660681f0c133921f056177747cccba9 (diff) | |
download | freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.gz freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.zst freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Diffstat (limited to 'www/oscommerce')
-rw-r--r-- | www/oscommerce/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index 189d6bdb8a6f..8fbff490c347 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -1,11 +1,5 @@ -# -# New ports collection makefile for: osCommerce -# -# Date Created: Dec 5 2003 -# Whom: Travis Campbell <hcoyote@ghostar.org> -# +# Created by: Travis Campbell <hcoyote@ghostar.org> # $FreeBSD$ -# PORTNAME= oscommerce DISTVERSION= 2.2rc2a @@ -25,6 +19,7 @@ SUB_FILES= pkg-message DOCS= CHANGELOG LICENSE STANDARD community_docs.pdf \ documentation.pdf upgrade.html +NO_STAGE= yes do-install: ${MKDIR} ${WWWDIR} ${CP} -R ${WRKSRC}/catalog ${WWWDIR} |