summaryrefslogtreecommitdiff
path: root/cad/openscad
diff options
context:
space:
mode:
authorreinoud <reinoud>2012-02-28 10:58:01 +0000
committerreinoud <reinoud>2012-02-28 10:58:01 +0000
commitbaacdedaef92e58d34c00aafc4032c1af7af6668 (patch)
tree48cd7e66d11e6882483a308006994ef59e2e6c0d /cad/openscad
parent43d410036386a9dd0426db8653430e66d329d218 (diff)
downloadpkgsrc-baacdedaef92e58d34c00aafc4032c1af7af6668.tar.gz
Fix category, it was still pointing to wip! Also fix $() -> ${} as per request
from pkglint(1)
Diffstat (limited to 'cad/openscad')
-rw-r--r--cad/openscad/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 6732ceb04eb..c8f432267c4 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/02/27 14:44:28 reinoud Exp $
+# $NetBSD: Makefile,v 1.2 2012/02/28 10:58:01 reinoud Exp $
#
PKGNAME= openscad-2011.12
DISTNAME= openscad-2011.12.src
-CATEGORIES= wip
+CATEGORIES= cad
MASTER_SITES= https://github.com/downloads/openscad/openscad/
MAINTAINER= reinoud@NetBSD.org
@@ -22,12 +22,12 @@ USE_TOOLS+= cmake flex bison pkg-config
USE_LIBTOOL= yes
SUBST_CLASSES+=prefix
-SUBST_SED.prefix=-e 's,@PREFIX@,$(PREFIX),g'
+SUBST_SED.prefix=-e 's,@PREFIX@,${PREFIX},g'
SUBST_FILES.prefix=${WRKSRC}/eigen2.pri ${WRKSRC}/openscad.pro
SUBST_STAGE.prefix=post-patch
SUBST_CLASSES+=destdir
-SUBST_SED.destdir=-e 's,@DESTDIR@,$(DESTDIR),g'
+SUBST_SED.destdir=-e 's,@DESTDIR@,${DESTDIR},g'
SUBST_FILES.destdir=${WRKSRC}/openscad.pro
SUBST_STAGE.destdir=post-patch