diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-13 04:46:40 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-13 04:46:40 +0000 |
commit | 7f8442c8f077c80e4412d5bab8d57da42cb7486a (patch) | |
tree | a78e98224f67e18942d3c449821c72684434d124 /lang/basic256 | |
parent | 0ca0a6d0f20987eb2ea7e98a2609bb8e06e3d230 (diff) | |
download | pkgsrc-7f8442c8f077c80e4412d5bab8d57da42cb7486a.tar.gz |
fix typo in SUBST_MESSAGEs
Diffstat (limited to 'lang/basic256')
-rw-r--r-- | lang/basic256/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile index 135fdd88695..61088f70b73 100644 --- a/lang/basic256/Makefile +++ b/lang/basic256/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/03/03 00:13:25 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/04/13 04:46:40 dholland Exp $ # DISTNAME= basic256_0.9.6.66 @@ -23,7 +23,7 @@ USE_TOOLS+= bison flex gmake SUBST_CLASSES+= fix-path SUBST_STAGE.fix-path= pre-configure -SUBST_MESSAGE.fix-path= Fix hard coded pathes for qt4 +SUBST_MESSAGE.fix-path= Fix hard coded paths for qt4 SUBST_FILES.fix-path= Makefile SUBST_FILES.fix-path+= Makefile.Release SUBST_SED.fix-path= -e 's,/usr/share,${PREFIX},g' @@ -34,7 +34,7 @@ SUBST_SED.fix-path+= -e 's,-I/usr/include/qt4,-I${QTDIR}/include,g' SUBST_CLASSES+= fix-path2 SUBST_STAGE.fix-path2= pre-configure -SUBST_MESSAGE.fix-path2= Fix hard coded pathes +SUBST_MESSAGE.fix-path2= Fix hard coded paths SUBST_FILES.fix-path2+= BASIC256.pro SUBST_SED.fix-path2= -e 's,/usr/share,${PREFIX}/share,g' SUBST_SED.fix-path2+= -e 's,/usr/local,${PREFIX},g' |