pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/magicpoint Fix substitution for default.mgp. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42de780a0002
branches:  trunk
changeset: 488718:42de780a0002
user:      hira <hira%pkgsrc.org@localhost>
date:      Mon Feb 07 13:34:44 2005 +0000

description:
Fix substitution for default.mgp.  Bump PKGREVISION.

diffstat:

 graphics/magicpoint/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 9f4c939c2cee -r 42de780a0002 graphics/magicpoint/Makefile
--- a/graphics/magicpoint/Makefile      Mon Feb 07 13:31:06 2005 +0000
+++ b/graphics/magicpoint/Makefile      Mon Feb 07 13:34:44 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2005/01/02 16:22:21 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2005/02/07 13:34:44 hira Exp $
 
 DISTNAME=              magicpoint-1.10a
-PKGREVISION=           4
+PKGREVISION=           5
 #DISTNAME=             magicpoint-1.11b.tar.gz
 CATEGORIES=            x11 graphics
 MASTER_SITES=          ftp://sh.wide.ad.jp/WIDE/free-ware/mgp/ \
@@ -48,7 +48,7 @@
 .endfor
 
 pre-install:
-       ${SED} -e "/^%% Default.*${MGP_RENDERING_ENGINE}\./,/^%%%/s/^%% %/%/" \
+       ${SED} -e "/^%% Default.*${PKG_OPTIONS}\./,/^%%%/s/^%% %/%/" \
                ${WRKSRC}/sample/default.mgp.template > \
                ${WRKSRC}/sample/default.mgp
 



Home | Main Index | Thread Index | Old Index