diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-20 16:49:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-20 16:49:18 +0000 |
commit | 515d88f7b8ef3d0aadbc3a3eae3cab4716d6c754 (patch) | |
tree | 84c397717e15b2a4676ca9a06de4d854c3333a3f /x11/neXtaw | |
parent | c1991dfd013cafd17b33a87d3f47f3fdae10c882 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | x11/neXtaw/Makefile | 9 | ||||
-rw-r--r-- | x11/neXtaw/PLIST | 5 |
2 files changed, 7 insertions, 7 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 diff --git a/x11/neXtaw/PLIST b/x11/neXtaw/PLIST index f795cd28fbc..7d59d46d909 100644 --- a/x11/neXtaw/PLIST +++ b/x11/neXtaw/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:10:06 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/06/20 16:49:18 jlam Exp $ include/X11/neXtaw/AllWidgets.h include/X11/neXtaw/AsciiSink.h include/X11/neXtaw/AsciiSinkP.h @@ -93,9 +93,6 @@ share/examples/neXtaw/Emacs share/examples/neXtaw/Fig share/examples/neXtaw/GXditview share/examples/neXtaw/Ghostview -share/examples/neXtaw/Makefile -share/examples/neXtaw/Makefile.am -share/examples/neXtaw/Makefile.in share/examples/neXtaw/XCalc share/examples/neXtaw/XClipboard share/examples/neXtaw/XClock |