diff options
author | seb <seb> | 2004-05-31 09:17:38 +0000 |
---|---|---|
committer | seb <seb> | 2004-05-31 09:17:38 +0000 |
commit | f4194cd3af04646b648e6940b78ceca15e464a1a (patch) | |
tree | 9e548bbd4c2af7e2912cb12b0bb653ecb7e2ed05 /editors | |
parent | 428b20524879895ef25a888dace6f91aca1d9d2d (diff) | |
download | pkgsrc-f4194cd3af04646b648e6940b78ceca15e464a1a.tar.gz |
Fix SUBST_FILES.sysconf's value.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/elvis/Makefile.common | 4 |
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' |