diff options
author | recht <recht@pkgsrc.org> | 2004-01-20 22:48:07 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-20 22:48:07 +0000 |
commit | eb383dd30cfbed059a4ab9714c456df5c280ade8 (patch) | |
tree | 95d2b9c81ba1b7922c6f22d25ba1221b6e78e4be /editors/elvis/Makefile | |
parent | 68b3a91985aad6a02006f8775e774ac6c4365f83 (diff) | |
download | pkgsrc-eb383dd30cfbed059a4ab9714c456df5c280ade8.tar.gz |
install configuration files in PKG_SYSCONFDIR/elvis instead of /etc/elvis
Diffstat (limited to 'editors/elvis/Makefile')
-rw-r--r-- | editors/elvis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile index 6be5310737c..175873e6fb5 100644 --- a/editors/elvis/Makefile +++ b/editors/elvis/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/20 21:16:06 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 22:48:07 recht Exp $ # .include "./Makefile.common" PKGNAME= elvis-2.2.0 +PKGREVISION= 1 COMMENT= Vi clone with regex search, hex editing, HTML and TeX previewing CONFLICTS+= elvis-x11[0-9]* |