diff options
author | roy <roy@pkgsrc.org> | 2013-10-10 11:08:16 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2013-10-10 11:08:16 +0000 |
commit | 531a8fdc7c57cbe06db0dd4db06c1cd09dc578ef (patch) | |
tree | e0f409c114af70b403771a81864089c9f46b4c73 /editors | |
parent | 3e5c66579377e3571fbc623fad6e941feb00cba8 (diff) | |
download | pkgsrc-531a8fdc7c57cbe06db0dd4db06c1cd09dc578ef.tar.gz |
Fix revision location
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce/Makefile | 3 | ||||
-rw-r--r-- | editors/ce/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/ce/Makefile b/editors/ce/Makefile index db8b7fc0593..3f0ac28fc57 100644 --- a/editors/ce/Makefile +++ b/editors/ce/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2013/10/09 08:55:44 roy Exp $ +# $NetBSD: Makefile,v 1.21 2013/10/10 11:08:16 roy Exp $ # PKG_INSTALLATION_TYPES= overwrite pkgviews .include "Makefile.common" +PKGREVISION= 1 COMMENT+= , tty version diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index d8e992f0f65..5893fb0a734 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.13 2013/10/10 11:06:59 roy Exp $ +# $NetBSD: Makefile.common,v 1.14 2013/10/10 11:08:16 roy Exp $ DISTNAME= ce-${VERSION} VERSION= 4.6 -PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ \ http://tiswww.case.edu/php/chet/dist/ |