diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-10 02:51:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-10 02:51:30 +0000 |
commit | 00d36e3d3e2d7c36db7043b9381d774c49304596 (patch) | |
tree | 1f0db2e2c6ef0bd284d0d1d9473ff650d02fe324 /mk | |
parent | a1285cf75476ef1aa119ca831a5947cae928c4d7 (diff) | |
download | pkgsrc-00d36e3d3e2d7c36db7043b9381d774c49304596.tar.gz |
Also substitute for ${PKG_SYSCONFDIR} in MESSAGE files.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 5d3bdc06e30..91e2715d342 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.899 2002/01/09 12:53:46 seb Exp $ +# $NetBSD: bsd.pkg.mk,v 1.900 2002/01/10 02:51:30 jlam Exp $ # # This file is in the public domain. # @@ -554,7 +554,8 @@ MESSAGE_SUBST+= PKGNAME=${PKGNAME} \ PREFIX=${PREFIX} \ LOCALBASE=${LOCALBASE} \ X11PREFIX=${X11PREFIX} \ - X11BASE=${X11BASE} + X11BASE=${X11BASE} \ + PKG_SYSCONFDIR=${PKG_SYSCONFDIR} MESSAGE_SUBST_SED= ${MESSAGE_SUBST:S/=/}!/:S/$/!g/:S/^/ -e s!\\\${/} .endif |