diff options
author | tron <tron> | 2000-09-17 21:48:23 +0000 |
---|---|---|
committer | tron <tron> | 2000-09-17 21:48:23 +0000 |
commit | b592a8a1050698d016e7fa01eebac51209119646 (patch) | |
tree | babc51b6292e4111f2b8270ac6f316d22c842e57 /net/gtm | |
parent | e264535a0aea748301dbd1800aac0c4e7b4405a0 (diff) | |
download | pkgsrc-b592a8a1050698d016e7fa01eebac51209119646.tar.gz |
Remove empty and redundant directory "share/gnome/help/gtm/C/images" after
installtion.
Diffstat (limited to 'net/gtm')
-rw-r--r-- | net/gtm/Makefile | 5 | ||||
-rw-r--r-- | net/gtm/pkg/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index c70db52de10..46a4c5dcfa9 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/28 06:27:14 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/09/17 21:48:23 tron Exp $ DISTNAME= gtm-0.4.5 CATEGORIES= net gnome @@ -14,4 +14,7 @@ GNU_CONFIGURE= YES USE_X11BASE= YES USE_GMAKE= YES +post-install: + ${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images + .include "../../mk/bsd.pkg.mk" diff --git a/net/gtm/pkg/PLIST b/net/gtm/pkg/PLIST index 19fcf562587..85ab12340e5 100644 --- a/net/gtm/pkg/PLIST +++ b/net/gtm/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/28 06:27:16 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/09/17 21:48:23 tron Exp $ bin/gtm_applet bin/gtm etc/sound/events/gtm.soundlist @@ -32,6 +32,5 @@ share/sounds/gtm/complete.wav share/sounds/gtm/start.wav share/applets/Network/gtm_applet.desktop @dirrm share/sounds/gtm -@dirrm share/gnome/help/gtm/C/images @dirrm share/gnome/help/gtm/C @dirrm share/gnome/help/gtm |