diff options
author | tron <tron@pkgsrc.org> | 1998-06-20 23:14:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-20 23:14:37 +0000 |
commit | e5bdc239b0925ee04201bd828fa8566ef8769444 (patch) | |
tree | 2958a6796418233b1c3fb12cc20bfef29be41fbe | |
parent | 81faff1dd47621966e60afacaad8f279b0f673e1 (diff) | |
download | pkgsrc-e5bdc239b0925ee04201bd828fa8566ef8769444.tar.gz |
Fix thinko: even with automatic info file handling "PLIST" executing
"install-info" entries are required.
-rw-r--r-- | x11/gtk/pkg/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gtk/pkg/PLIST b/x11/gtk/pkg/PLIST index 6fc2646597c..ada6e478c4d 100644 --- a/x11/gtk/pkg/PLIST +++ b/x11/gtk/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 1998/06/20 22:19:55 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 1998/06/20 23:14:37 tron Exp $ bin/gtk-config include/gdk/gdk.h include/gdk/gdkcursors.h @@ -113,9 +113,15 @@ lib/libgtk.a lib/libgtk.la lib/libgtk.so.1.4 man/man1/gtk-config.1 +@unexec install-info --delete %D/info/gdk.info %D/info/dir +@unexec install-info --delete %D/info/glib.info %D/info/dir +@unexec install-info --delete %D/info/gtk.info %D/info/dir info/gdk.info info/glib.info info/gtk.info +@exec install-info %D/info/gdk.info %D/info/dir +@exec install-info %D/info/glib.info %D/info/dir +@exec install-info %D/info/gtk.info %D/info/dir info/gtk.info-1 info/gtk.info-2 info/gtk.info-3 |