diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
| commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
| tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/pythoncad | |
| parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) | |
Notes
Diffstat (limited to 'cad/pythoncad')
| -rw-r--r-- | cad/pythoncad/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/pythoncad/Makefile b/cad/pythoncad/Makefile index 9f13cf18c0c5..a0bb51b44736 100644 --- a/cad/pythoncad/Makefile +++ b/cad/pythoncad/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pythoncad -# Date created: Nov 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pythoncad PORTVERSION= 37 @@ -26,6 +21,7 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= PythonCAD PYDISTUTILS_PKGVERSION= DS1-R${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ ${WRKSRC}/PythonCAD/Generic/preferences.py \ |
