diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/qtiplot-doc | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: math)
Notes
Notes:
svn path=/head/; revision=327746
Diffstat (limited to 'math/qtiplot-doc')
-rw-r--r-- | math/qtiplot-doc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile index 31a1b0d135e4..677730d55854 100644 --- a/math/qtiplot-doc/Makefile +++ b/math/qtiplot-doc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: qtiplot-doc -# Date created: 2006-09-08 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= qtiplot DISTVERSION= 0.9.8.9 @@ -24,6 +19,7 @@ USE_BZIP2= yes DATADIR= ${PREFIX}/share/qtiplot/manual WRKSRC= ${WRKDIR}/${DISTNAME}/manual +NO_STAGE= yes post-patch: cd ${WRKSRC} && ${REINPLACE_CMD} -e "s:/usr/local:${LOCALBASE}:g" \ docbook-en/index.docbook qtiplot.dsl qtiplot_html.xsl Makefile |