summaryrefslogtreecommitdiff
path: root/x11/neXtaw/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-06-20 16:49:18 +0000
committerjlam <jlam@pkgsrc.org>2007-06-20 16:49:18 +0000
commit515d88f7b8ef3d0aadbc3a3eae3cab4716d6c754 (patch)
tree84c397717e15b2a4676ca9a06de4d854c3333a3f /x11/neXtaw/Makefile
parentc1991dfd013cafd17b33a87d3f47f3fdae10c882 (diff)
downloadpkgsrc-515d88f7b8ef3d0aadbc3a3eae3cab4716d6c754.tar.gz
Don't install the Makefiles from the doc/app-defaults directory, which
are useless. Fixes the failed check-wrkref target in the latest bulk build. Bump PKGREVISION to 3.
Diffstat (limited to 'x11/neXtaw/Makefile')
-rw-r--r--x11/neXtaw/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile
index 09f7536e2ec..c7039adcce4 100644
--- a/x11/neXtaw/Makefile
+++ b/x11/neXtaw/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2007/01/30 21:00:31 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/06/20 16:49:18 jlam Exp $
DISTNAME= neXtaw-0.15.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://siag.nu/pub/neXtaw/
@@ -28,7 +28,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/README.XAW3D ${DOCDIR}
${INSTALL_DATA_DIR} ${EGDIR}
- for file in ${WRKSRC}/doc/app-defaults/*; do \
+ cd ${WRKSRC}/doc/app-defaults; for file in *; do \
+ case "$${file}" in \
+ Makefile*) continue ;; \
+ esac; \
${INSTALL_DATA} $${file} ${EGDIR}; \
done