diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 23:17:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-31 23:17:24 +0000 |
commit | f2ff55b3cf9696fca2a1cf49c17211b725e40d51 (patch) | |
tree | 3ef511806515cc5b9bb4449ad67e5b68009dc085 /misc/xchm | |
parent | a0176b601a671012d9d7be383e5c21e48357fd74 (diff) | |
download | pkgsrc-f2ff55b3cf9696fca2a1cf49c17211b725e40d51.tar.gz |
oops, add missing *.xpm files, remove gmake dependency and
USE_PKGLOCALEDIR (they are not needed). Noted by Min Sik Kim in private
email.
Diffstat (limited to 'misc/xchm')
-rw-r--r-- | misc/xchm/Makefile | 4 | ||||
-rw-r--r-- | misc/xchm/PLIST | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index dfaf5f53eeb..412d3d70cb9 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/31 22:43:37 xtraeme Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/31 23:17:24 xtraeme Exp $ # DISTNAME= xchm-0.8.11 @@ -10,9 +10,7 @@ HOMEPAGE= http://xchm.sourceforge.net/ COMMENT= CHM viewer for UNIX USE_BUILDLINK2= yes -USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make .include "../../devel/chmlib/buildlink2.mk" .include "../../x11/wxGTK/buildlink2.mk" diff --git a/misc/xchm/PLIST b/misc/xchm/PLIST index 4090f418446..8b2c7d563c6 100644 --- a/misc/xchm/PLIST +++ b/misc/xchm/PLIST @@ -1,2 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/01/31 23:17:24 xtraeme Exp $ bin/xchm +share/pixmaps/xchm-128.xpm +share/pixmaps/xchm-16.xpm +share/pixmaps/xchm-32.xpm +share/pixmaps/xchm-48.xpm +share/pixmaps/xchmdoc-128.xpm +share/pixmaps/xchmdoc-16.xpm +share/pixmaps/xchmdoc-32.xpm +share/pixmaps/xchmdoc-48.xpm |