diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | acf9e8dba69c03fde98e4b0805dfa75374343660 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/qelectrotech/Makefile | |
parent | 70b553e5129d9e59ca05048a9fee1af1d442311f (diff) | |
download | FreeBSD-ports-acf9e8dba69c03fde98e4b0805dfa75374343660.zip FreeBSD-ports-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/qelectrotech/Makefile')
-rw-r--r-- | cad/qelectrotech/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/qelectrotech/Makefile b/cad/qelectrotech/Makefile index bccdf7b..150ff8a 100644 --- a/cad/qelectrotech/Makefile +++ b/cad/qelectrotech/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qelectrotech -# Date created: 2010-03-24 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= qelectrotech PORTVERSION= 0.22 @@ -26,6 +22,7 @@ MAN1= qelectrotech.1 MANLANG= "" es fr.ISO8859-1 fr.UTF-8 fr pt_PT MANCOMPRESSED= yes +NO_STAGE= yes do-configure: ${MV} ${WRKSRC}/man/files/pt ${WRKSRC}/man/files/pt_PT ${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,g' \ |