diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-08 13:25:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-08 13:25:12 +0000 |
commit | 51144dc819b6f195196d77e665e0908ff701040b (patch) | |
tree | 5579b9d40c2b1d2c6a39809ccd0186feff9eab54 /misc | |
parent | 6bc573c23b2695f953a123e4a6f105d779b4b78b (diff) | |
download | pkgsrc-51144dc819b6f195196d77e665e0908ff701040b.tar.gz |
The stdio abuse is bad enough to warrant a PKGREVISION bump.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dialog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index ed1067f636f..ce5a9ebfb6d 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2005/09/30 22:02:56 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2005/11/08 13:25:12 joerg Exp $ DISTNAME= dialog-1.0-20050911 PKGNAME= ${DISTNAME:C/-2/.2/} +PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ EXTRACT_SUFX= .tgz |