diff options
author | reinoud <reinoud@pkgsrc.org> | 2012-02-28 10:58:01 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2012-02-28 10:58:01 +0000 |
commit | 8a7519f85d2a7c78e7f6227136dafc57e0e8c9e6 (patch) | |
tree | 48cd7e66d11e6882483a308006994ef59e2e6c0d /cad/openscad | |
parent | 3c5fa23ca9448de06e5de0aac6900a24894accf3 (diff) | |
download | pkgsrc-8a7519f85d2a7c78e7f6227136dafc57e0e8c9e6.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/Makefile | 8 |
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 |