diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-01 09:55:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-01 09:55:58 +0000 |
commit | 11f75208397b3229e8c6f852e75c0692a7f4d10c (patch) | |
tree | e89e5e4896e37c08cfa3db61dd33bce37b183708 /www/htdig/Makefile | |
parent | 8e4aaab666134daa5da599e348702a087b946ffa (diff) | |
download | pkgsrc-11f75208397b3229e8c6f852e75c0692a7f4d10c.tar.gz |
Use DEINSTALL script instead of unexec rm. Bump PKGREVISION.
Untested since this doesn't compile with recent C++ compilers.
Diffstat (limited to 'www/htdig/Makefile')
-rw-r--r-- | www/htdig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index e4e925fdbac..10a77f6178f 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2009/12/17 19:35:03 abs Exp $ +# $NetBSD: Makefile,v 1.38 2011/12/01 09:55:58 wiz Exp $ DISTNAME= htdig-3.1.6 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www databases MASTER_SITES= http://www.htdig.org/files/ \ http://www.it.htdig.org/files/ \ |