aboutsummaryrefslogtreecommitdiffstats
path: root/cad/gdsreader
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-20 23:58:41 +0800
committerbapt <bapt@FreeBSD.org>2013-09-20 23:58:41 +0800
commitacf9e8dba69c03fde98e4b0805dfa75374343660 (patch)
treead09b4f24df8e2cf74670acb86a133957eb333d0 /cad/gdsreader
parent70b553e5129d9e59ca05048a9fee1af1d442311f (diff)
downloadfreebsd-ports-gnome-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.gz
freebsd-ports-gnome-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.zst
freebsd-ports-gnome-acf9e8dba69c03fde98e4b0805dfa75374343660.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/gdsreader')
-rw-r--r--cad/gdsreader/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/gdsreader/Makefile b/cad/gdsreader/Makefile
index ecce08bc5a73..973721157427 100644
--- a/cad/gdsreader/Makefile
+++ b/cad/gdsreader/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: gdsreader
-# Date created: Sat, Apr 28, 2007
-# Whom: Hiroki Sato <hrs@FreeBSD.org>
-#
+# Created by: Hiroki Sato <hrs@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gdsreader
PORTVERSION= 0.3.2
@@ -22,6 +18,7 @@ PLIST_FILES= bin/gdsreader bin/maptolayer \
${EXFILES:S,^,${EXAMPLESDIR_REL}/,}
PLIST_DIRS= ${EXAMPLESDIR_REL}
+NO_STAGE= yes
post-install:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} install-data
.if !defined(NOPORTDOCS)