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 | 2249be97f7694a96a3715e930f0a4e46a4ce4a9d (patch) | |
tree | 95d2b9c81ba1b7922c6f22d25ba1221b6e78e4be /editors/elvis-x11 | |
parent | faebffdb0871415cd07a967c9d5124808c1b21ee (diff) | |
download | pkgsrc-2249be97f7694a96a3715e930f0a4e46a4ce4a9d.tar.gz |
install configuration files in PKG_SYSCONFDIR/elvis instead of /etc/elvis
Diffstat (limited to 'editors/elvis-x11')
-rw-r--r-- | editors/elvis-x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile index 2195b4d92e6..645925d171e 100644 --- a/editors/elvis-x11/Makefile +++ b/editors/elvis-x11/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/20 21:17:22 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 22:48:07 recht Exp $ # .include "../elvis/Makefile.common" PKGNAME= elvis-x11-2.2.0 +PKGREVISION= 1 COMMENT= GUI for elvis, includes console elvis CONFLICTS+= elvis-[0-9]* |