summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorreinoud <reinoud>2012-02-28 10:58:01 +0000
committerreinoud <reinoud>2012-02-28 10:58:01 +0000
commitdcc0de09a2bb27aea78b7fc541f488913f9e2008 (patch)
tree48cd7e66d11e6882483a308006994ef59e2e6c0d /cad
parent97cfd4d41d64690a3686fe1e4b8656771eb47edf (diff)
downloadpkgsrc-dcc0de09a2bb27aea78b7fc541f488913f9e2008.tar.gz
Fix category, it was still pointing to wip! Also fix $() -> ${} as per request
from pkglint(1)
Diffstat (limited to 'cad')
-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