summaryrefslogtreecommitdiff
path: root/editors/elvis
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2004-05-31 09:17:38 +0000
committerseb <seb@pkgsrc.org>2004-05-31 09:17:38 +0000
commitad3165957f76a99f9c721e7c48c699307f3913fd (patch)
tree9e548bbd4c2af7e2912cb12b0bb653ecb7e2ed05 /editors/elvis
parent147221626b1d7908bd86229d2fd75acf95c82896 (diff)
downloadpkgsrc-ad3165957f76a99f9c721e7c48c699307f3913fd.tar.gz
Fix SUBST_FILES.sysconf's value.
Diffstat (limited to 'editors/elvis')
-rw-r--r--editors/elvis/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis/Makefile.common b/editors/elvis/Makefile.common
index 670c82d866d..60a9e0b03d2 100644
--- a/editors/elvis/Makefile.common
+++ b/editors/elvis/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/04/17 19:41:18 snj Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/05/31 09:17:38 seb Exp $
#
DISTNAME= elvis-2.2_0
@@ -24,5 +24,5 @@ CONF_FILES= ${PREFIX}/share/elvis/elvis.rc ${PKG_SYSCONFDIR}/elvis.rc
SUBST_CLASSES+= sysconf
SUBST_STAGE.sysconf= post-patch
SUBST_FILES.sysconf= configure
-SUBST_FILES.sysconf= Makefile.in
+SUBST_FILES.sysconf+= Makefile.in
SUBST_SED.sysconf= -e 's,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g'