diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-09 15:33:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-09 15:33:07 +0000 |
commit | 3c0fef467cff78ca729d9ef2c8583723f27b261d (patch) | |
tree | f81a292357e7155aedb23db02f6da7e84fc3d718 /graphics/evas | |
parent | 884048fb3b16dde3f2b3e877c229f4822926968f (diff) | |
download | pkgsrc-3c0fef467cff78ca729d9ef2c8583723f27b261d.tar.gz |
Add a PRINT_PLIST_AWK fragment matching the PLIST_SUBST and update the
common base value. Reflect that change in the PLIST files.
Diffstat (limited to 'graphics/evas')
-rw-r--r-- | graphics/evas/Makefile.common | 6 | ||||
-rw-r--r-- | graphics/evas/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/graphics/evas/Makefile.common b/graphics/evas/Makefile.common index 7a83b6d20d5..4a286ab14dd 100644 --- a/graphics/evas/Makefile.common +++ b/graphics/evas/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2009/12/17 00:48:43 joerg Exp $ +# $NetBSD: Makefile.common,v 1.8 2010/01/09 15:33:07 joerg Exp $ DISTNAME= evas-0.9.9.063 CATEGORIES= graphics @@ -41,4 +41,6 @@ CONFIGURE_ARGS+= --disable-image-loader-${mod} CONFIGURE_ARGS+= --enable-cpu-altivec .endif -PLIST_SUBST= MODULE_ARCH=${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}-${LOWER_ARCH}-ver-svn-03 +MODULE_ARCH= ${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}-${LOWER_ARCH}-ver-svn-05 +PLIST_SUBST= MODULE_ARCH=${MODULE_ARCH} +PRINT_PLIST_AWK+= { gsub(/${MODULE_ARCH}/, "$${MODULE_ARCH}") } diff --git a/graphics/evas/PLIST b/graphics/evas/PLIST index fb34b940b78..e9769bd7ca4 100644 --- a/graphics/evas/PLIST +++ b/graphics/evas/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2009/12/17 00:48:43 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/01/09 15:33:07 joerg Exp $ include/Evas.h -lib/evas/modules/engines/software_generic/${LOWER_OPSYS}-${MACHINE_ARCH}-ver-svn-05/module.la +lib/evas/modules/engines/software_generic/${MODULE_ARCH}/module.la lib/libevas.la lib/pkgconfig/evas.pc @pkgdir lib/evas/modules/savers |