diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-06-21 17:39:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-06-21 17:39:48 +0000 |
commit | 74bf3c541cf9daa2e1790f4795cec06b10fa7e8f (patch) | |
tree | 16fffab693acc0052b5ba9ffad92904f5f811aae /x11 | |
parent | 56132057752c84a1ae86e1e0973d860fadd41095 (diff) | |
download | pkgsrc-74bf3c541cf9daa2e1790f4795cec06b10fa7e8f.tar.gz |
Exclude PKGREVISION from PLIST generation, fixes part of PR#47946.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/enlightenment/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/enlightenment/Makefile b/x11/enlightenment/Makefile index 6a98d36dae4..4f124bc0f65 100644 --- a/x11/enlightenment/Makefile +++ b/x11/enlightenment/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2013/06/19 15:07:40 jperkin Exp $ +# $NetBSD: Makefile,v 1.29 2013/06/21 17:39:48 jperkin Exp $ # DISTNAME= enlightenment-0.17.3 @@ -50,7 +50,7 @@ pre-install: PKGCONFIG_OVERRIDE= enlightenment.pc.in -MODULE_ARCH= ${LOWER_OPSYS}-${LOWER_ARCH}-${PKGVERSION} +MODULE_ARCH= ${LOWER_OPSYS}-${LOWER_ARCH}-${PKGVERSION:C/nb[0-9]*$//} PLIST_SUBST= MODULE_ARCH=${MODULE_ARCH} PRINT_PLIST_AWK+= { gsub(/${MODULE_ARCH}/, "$${MODULE_ARCH}") } |