diff options
Diffstat (limited to 'x11/gnome-python')
-rw-r--r-- | x11/gnome-python/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-python/PLIST b/x11/gnome-python/PLIST index a6a4fd6da51..71d9c272055 100644 --- a/x11/gnome-python/PLIST +++ b/x11/gnome-python/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/19 11:44:19 drochner Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:07 skrll Exp $ ${PYINC}/pygtk/pygdkimlib.h ${PYINC}/pygtk/pygtk.h ${PYSITELIB}/GDK.py @@ -129,5 +129,5 @@ ${PYSITELIB}/pyglade/xmlparse.pyc ${PYSITELIB}/pyglade/xmlparse.pyo @dirrm ${PYSITELIB}/pyglade @dirrm ${PYSITELIB}/gnome -@unexec rmdir %D/${PYSITELIB} 2>/dev/null || true +@unexec ${RMDIR} %D/${PYSITELIB} 2>/dev/null || true @dirrm ${PYINC}/pygtk |