diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 1450b259bac40bf40e6678fc7eb42d553b47e37e (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /multimedia/libassetml | |
parent | fe1cdd47b49037fbb784ac847c0857b1f98b4d17 (diff) | |
download | pkgsrc-1450b259bac40bf40e6678fc7eb42d553b47e37e.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'multimedia/libassetml')
-rw-r--r-- | multimedia/libassetml/Makefile | 8 | ||||
-rw-r--r-- | multimedia/libassetml/PLIST | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/libassetml/Makefile b/multimedia/libassetml/Makefile index bb72dc398a4..260a92c1f84 100644 --- a/multimedia/libassetml/Makefile +++ b/multimedia/libassetml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:10:16 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/31 23:56:28 jlam Exp $ # DISTNAME= libassetml-1.2.1 @@ -10,16 +10,14 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.ofset.org/assetml/ COMMENT= Library for sharing image and audio files between projects -BUILD_DEPENDS+= texi2html-[0-9]*:../../textproc/texi2html - USE_DIRS+= gnome2-1.5 # share/gnome/help -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config texi2html USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libassetml.pc.in GNU_CONFIGURE= yes -INFO_FILES= libassetml.info +INFO_FILES= # PLIST .include "../../devel/glib2/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" diff --git a/multimedia/libassetml/PLIST b/multimedia/libassetml/PLIST index d6de21f3a3f..f174ec93827 100644 --- a/multimedia/libassetml/PLIST +++ b/multimedia/libassetml/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/16 18:38:41 reed Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/31 23:56:28 jlam Exp $ bin/assetml-query include/libassetml-1.0/libassetml/assetml.h +info/libassetml.info lib/libassetml.la lib/pkgconfig/libassetml.pc share/gnome/help/libassetml/C/libassetml.html |