summaryrefslogtreecommitdiff
path: root/package/libXaw
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:14:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-20 21:14:22 +0200
commit7695ce447acb41050295fd205e14ba55c378cdd2 (patch)
tree08ae0b84457071688c45f72a49150c4807006c33 /package/libXaw
parent9cef6f4deb8f736d63bb41dc7e34793ad60db482 (diff)
parent19d35b947f30b2b3ac98ff039832ae46df7fee8c (diff)
Merge branch 'upstream'
Diffstat (limited to 'package/libXaw')
-rw-r--r--package/libXaw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libXaw/Makefile b/package/libXaw/Makefile
index 9b6481da8..8bf3fbb35 100644
--- a/package/libXaw/Makefile
+++ b/package/libXaw/Makefile
@@ -14,12 +14,12 @@ PKG_SITES:= ${MASTER_SITE_XORG}
include $(TOPDIR)/mk/package.mk
-$(eval $(call PKG_template,LIBXAW,libxaw,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,LIBXAW,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_ARGS+= --disable-docs
post-install:
${INSTALL_DIR} ${IDIR_LIBXAW}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libXaw?.so* ${IDIR_LIBXAW}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libXaw*.so* ${IDIR_LIBXAW}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk