summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorseb <seb>2004-05-31 09:17:38 +0000
committerseb <seb>2004-05-31 09:17:38 +0000
commitbe75605e178aacd08cea6cc8e389a268e668fe77 (patch)
tree9e548bbd4c2af7e2912cb12b0bb653ecb7e2ed05 /editors
parentfe7cdc9c6401303ff7883c92ae67ad93fd785025 (diff)
downloadpkgsrc-be75605e178aacd08cea6cc8e389a268e668fe77.tar.gz
Fix SUBST_FILES.sysconf's value.
Diffstat (limited to 'editors')
-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'