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 | e6196c4a5952581dd17e05afd8f79c61086ad853 (patch) | |
tree | e0f409c114af70b403771a81864089c9f46b4c73 /editors | |
parent | 0b06f450a06aa34622de85ab74f42b1551f4aa43 (diff) | |
download | pkgsrc-e6196c4a5952581dd17e05afd8f79c61086ad853.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/ |