diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:58:41 +0800 |
commit | acf9e8dba69c03fde98e4b0805dfa75374343660 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/atlc/Makefile | |
parent | 70b553e5129d9e59ca05048a9fee1af1d442311f (diff) | |
download | freebsd-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/atlc/Makefile')
-rw-r--r-- | cad/atlc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/atlc/Makefile b/cad/atlc/Makefile index 1d126baa20fa..6133233b91e2 100644 --- a/cad/atlc/Makefile +++ b/cad/atlc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: atlc -# Date created: 9 November 2002 -# Whom: Marc Fonvieille <blackend@FreeBSD.org> -# +# Created by: Marc Fonvieille <blackend@FreeBSD.org> # $FreeBSD$ -# PORTNAME= atlc PORTVERSION= 4.6.1 @@ -47,6 +43,7 @@ PLIST_FILES= bin/atlc bin/coax bin/create_any_bitmap \ bin/find_optimal_dimensions_for_microstrip_coupler \ bin/locatediff bin/myfilelength bin/mymd5sum bin/readbin +NO_STAGE= yes post-patch: .for file in Makefile.in @${REINPLACE_CMD} -e \ |