diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-21 06:00:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-21 06:00:43 +0000 |
commit | 11993b86ed427d48b7fc435e346ed24f34cf0a4f (patch) | |
tree | 46e7a9990bf2c594b6d10506ab96059f5c41e3d7 /textproc/html | |
parent | 6957d70e2327dc2a8d4275277e1be50967ce38fe (diff) | |
download | pkgsrc-11993b86ed427d48b7fc435e346ed24f34cf0a4f.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/html')
-rw-r--r-- | textproc/html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/html/Makefile b/textproc/html/Makefile index e916e509d05..a11ef07b972 100644 --- a/textproc/html/Makefile +++ b/textproc/html/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:46 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2006/03/21 06:00:50 jlam Exp $ # DISTNAME= html-4.01 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ |