diff options
author | dholland <dholland@pkgsrc.org> | 2013-04-04 16:01:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-04-04 16:01:55 +0000 |
commit | 46da473774d2fcd516faf363f4ceaa95e610632f (patch) | |
tree | 2ead11c06875248a2bb4a27309049d6611fa96f4 /editors/easyedit/Makefile | |
parent | 762698cc0ee432e083ddf3f1956b3d8e098be105 (diff) | |
download | pkgsrc-46da473774d2fcd516faf363f4ceaa95e610632f.tar.gz |
Rev distfile patch: improve probing of terminfo. Should fix Joerg's build.
PKGREVISION -> 2.
Diffstat (limited to 'editors/easyedit/Makefile')
-rw-r--r-- | editors/easyedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile index f105e824fd3..ce9982581d4 100644 --- a/editors/easyedit/Makefile +++ b/editors/easyedit/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.17 2013/03/30 21:58:16 dholland Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/04 16:01:55 dholland Exp $ # DISTNAME= ee-1.4.6.src PKGNAME= easyedit-1.4.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= http://mahon.cwx.net/sources/ EXTRACT_SUFX= .tgz -PATCHFILES= easyedit-jumbo-patch-20130330.gz +PATCHFILES= easyedit-jumbo-patch-20130404.gz PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/easyedit/ PATCH_DIST_STRIP= -p1 |