diff options
author | joerg <joerg@pkgsrc.org> | 2012-12-19 16:00:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-12-19 16:00:21 +0000 |
commit | e166ba511a331a0073342c15b119721f95bc858f (patch) | |
tree | 94db530dcb27447a1d73e263f62546e1848dd0d8 /sysutils/mc/Makefile | |
parent | f9eee8d70a99f5bef90655c4ae69d0ba715a3e03 (diff) | |
download | pkgsrc-e166ba511a331a0073342c15b119721f95bc858f.tar.gz |
Make sure that mc's editor looks in the right directory for the Syntax
file. Bump revision.
Diffstat (limited to 'sysutils/mc/Makefile')
-rw-r--r-- | sysutils/mc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index d47bca4594c..65f1da86c59 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2012/10/23 19:51:11 asau Exp $ +# $NetBSD: Makefile,v 1.92 2012/12/19 16:00:21 joerg Exp $ DISTNAME= mc-4.7.0.10 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= sysutils MASTER_SITES= http://www.midnight-commander.org/downloads/ EXTRACT_SUFX= .tar.bz2 |