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 /textproc/xhtml | |
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 'textproc/xhtml')
-rw-r--r-- | textproc/xhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xhtml/Makefile b/textproc/xhtml/Makefile index ad6062ab91d..6c57f0d916f 100644 --- a/textproc/xhtml/Makefile +++ b/textproc/xhtml/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2006/03/21 06:00:50 jlam Exp $ # DISTNAME= xhtml1 PKGNAME= xhtml-1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.w3.org/TR/xhtml1/ EXTRACT_SUFX= .tgz |