diff options
author | magick <magick@pkgsrc.org> | 2002-04-29 17:05:06 +0000 |
---|---|---|
committer | magick <magick@pkgsrc.org> | 2002-04-29 17:05:06 +0000 |
commit | 89765cdfb9f065bf174666a6fb1b406379d9f7be (patch) | |
tree | 13e91d1a66b1e8a1f2638b3d86f3c0b6166a1ef0 /net/gtm/Makefile | |
parent | adc3b7bac2756fc39a1e8c337cdb8956caf4614d (diff) | |
download | pkgsrc-89765cdfb9f065bf174666a6fb1b406379d9f7be.tar.gz |
Update to 0.4.11
Changes:
* Updated translations
* Updated English manual and translated it to Portuguese
* Fixed bugs:
- When checking if the user could write to a certain
directory all the groups the user was in where not
checked so it was possible to write while the application
said otherwise.
- Spec file rewrote to be more correct, thanks to Gregory
Leblanc <gleblanc@linuxweasel.com>
Diffstat (limited to 'net/gtm/Makefile')
-rw-r--r-- | net/gtm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/gtm/Makefile b/net/gtm/Makefile index f0c358ba4a0..29899391f3d 100644 --- a/net/gtm/Makefile +++ b/net/gtm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/03/13 17:37:30 fredb Exp $ +# $NetBSD: Makefile,v 1.12 2002/04/29 17:05:06 magick Exp $ + +DISTNAME= gtm-0.4.11 -DISTNAME= gtm-0.4.10 -PKGREVISION= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtm/} @@ -17,7 +17,7 @@ USE_X11BASE= YES USE_GMAKE= YES USE_LIBINTL= YES -post-install: - ${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images +#post-install: +# ${RMDIR} ${PREFIX}/share/gnome/help/gtm/C/images .include "../../mk/bsd.pkg.mk" |