diff options
author | jlam <jlam> | 2006-03-21 06:00:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-21 06:00:43 +0000 |
commit | 8465132be277604edfcaf264514fbba262db7eb3 (patch) | |
tree | 46e7a9990bf2c594b6d10506ab96059f5c41e3d7 /editors/mlview/Makefile | |
parent | 7241219eb238cb7972521264f9825d5b502cc2be (diff) | |
download | pkgsrc-8465132be277604edfcaf264514fbba262db7eb3.tar.gz |
Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r-- | editors/mlview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 641c9df7edd..d31325932f2 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2006/03/06 00:18:16 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2006/03/21 06:00:45 jlam Exp $ # DISTNAME= mlview-0.7.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mlview/0.7/} EXTRACT_SUFX= .tar.bz2 |