diff options
author | tron <tron@pkgsrc.org> | 2001-11-14 08:43:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-11-14 08:43:17 +0000 |
commit | 47bada094e1b58d717fa1e956eaf36d5d7c75c14 (patch) | |
tree | c73b1e5f062c19730602cf6c6540b5f7f092a2b3 /math/guppi | |
parent | 7b75acb56346b53c5de6154844536bf210906998 (diff) | |
download | pkgsrc-47bada094e1b58d717fa1e956eaf36d5d7c75c14.tar.gz |
Add a few missing "@dirrm" commands.
Diffstat (limited to 'math/guppi')
-rw-r--r-- | math/guppi/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/guppi/PLIST b/math/guppi/PLIST index 64bd15d332f..7d0938e1dcf 100644 --- a/math/guppi/PLIST +++ b/math/guppi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2001/11/14 08:04:49 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2001/11/14 08:43:17 tron Exp $ bin/gnome-guile-repl bin/gnome-python-repl bin/guppi-gnumeric @@ -387,6 +387,7 @@ share/pixmaps/guppi/surface.xpm @dirrm share/guppi @dirrm share/gnome/help/guppi/C/images @dirrm share/gnome/help/guppi/C +@dirrm share/gnome/help/guppi @dirrm lib/guppi/plug-ins/${PKGVERSION}/plot/xybox @dirrm lib/guppi/plug-ins/${PKGVERSION}/plot/text @dirrm lib/guppi/plug-ins/${PKGVERSION}/plot/scatter @@ -415,6 +416,9 @@ share/pixmaps/guppi/surface.xpm @dirrm lib/guppi/plug-ins/${PKGVERSION}/data_impl/curve @dirrm lib/guppi/plug-ins/${PKGVERSION}/data_impl/category @dirrm lib/guppi/plug-ins/${PKGVERSION}/data_impl +@dirrm lib/guppi/plug-ins/${PKGVERSION} +@dirrm lib/guppi/plug-ins +@dirrm lib/guppi @dirrm include/libguppitank @dirrm include/libguppi @exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/libguppi.m4 ${LOCALBASE}/share/aclocal/libguppi.m4 |