pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/elvis Fix SUBST_FILES.sysconf's value.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2f6e913b2dfa
branches: trunk
changeset: 475969:2f6e913b2dfa
user: seb <seb%pkgsrc.org@localhost>
date: Mon May 31 09:17:38 2004 +0000
description:
Fix SUBST_FILES.sysconf's value.
diffstat:
editors/elvis/Makefile.common | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r e09daf93380a -r 2f6e913b2dfa editors/elvis/Makefile.common
--- a/editors/elvis/Makefile.common Mon May 31 07:54:29 2004 +0000
+++ b/editors/elvis/Makefile.common Mon May 31 09:17:38 2004 +0000
@@ -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 @@
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'
Home |
Main Index |
Thread Index |
Old Index