diff options
author | drochner <drochner> | 2006-11-13 20:55:46 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-11-13 20:55:46 +0000 |
commit | 2306049da637b7c2a7b293f10c479db2c69f11f0 (patch) | |
tree | 0ad0c4ab85cc9346cb57f67f300a93168de9ca58 /x11/vte | |
parent | 5fa8959fed156ac80ec46b887260ee1e5aa14b00 (diff) | |
download | pkgsrc-2306049da637b7c2a7b293f10c479db2c69f11f0.tar.gz |
migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION
Diffstat (limited to 'x11/vte')
-rw-r--r-- | x11/vte/Makefile | 5 | ||||
-rw-r--r-- | x11/vte/PLIST | 30 |
2 files changed, 17 insertions, 18 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index 06089263fd1..92d4c0a5fd3 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2006/10/13 18:25:47 drochner Exp $ +# $NetBSD: Makefile,v 1.42 2006/11/13 21:02:53 drochner Exp $ # DISTNAME= vte-0.14.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.14/} EXTRACT_SUFX= .tar.bz2 @@ -16,9 +17,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config -CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --disable-python -CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --with-ft-exec-prefix=${BUILDLINK_PREFIX.freetype2} PKGCONFIG_OVERRIDE+= vte.pc.in diff --git a/x11/vte/PLIST b/x11/vte/PLIST index 18a4a91b750..efe9fb0b74b 100644 --- a/x11/vte/PLIST +++ b/x11/vte/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2006/09/15 15:16:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/11/13 21:02:53 drochner Exp $ bin/vte include/vte/pty.h include/vte/reaper.h @@ -17,19 +17,19 @@ lib/vte/utf8mode lib/vte/vterdb lib/vte/window libexec/gnome-pty-helper -share/doc/vte/VteReaper.html -share/doc/vte/VteTerminal.html -share/doc/vte/VteTerminalAccessible.html -share/doc/vte/ch01.html -share/doc/vte/home.png -share/doc/vte/index.html -share/doc/vte/index.sgml -share/doc/vte/left.png -share/doc/vte/right.png -share/doc/vte/style.css -share/doc/vte/up.png -share/doc/vte/vte.devhelp -share/doc/vte/vte.devhelp2 +share/gtk-doc/html/vte/VteReaper.html +share/gtk-doc/html/vte/VteTerminal.html +share/gtk-doc/html/vte/VteTerminalAccessible.html +share/gtk-doc/html/vte/ch01.html +share/gtk-doc/html/vte/home.png +share/gtk-doc/html/vte/index.html +share/gtk-doc/html/vte/index.sgml +share/gtk-doc/html/vte/left.png +share/gtk-doc/html/vte/right.png +share/gtk-doc/html/vte/style.css +share/gtk-doc/html/vte/up.png +share/gtk-doc/html/vte/vte.devhelp +share/gtk-doc/html/vte/vte.devhelp2 share/locale/am/LC_MESSAGES/vte.mo share/locale/ang/LC_MESSAGES/vte.mo share/locale/ar/LC_MESSAGES/vte.mo @@ -111,6 +111,6 @@ share/locale/zh_TW/LC_MESSAGES/vte.mo share/vte/termcap/xterm @dirrm share/vte/termcap @dirrm share/vte -@dirrm share/doc/vte +@dirrm share/gtk-doc/html/vte @dirrm lib/vte @dirrm include/vte |