summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-01-21 10:10:42 +0000
committerrillig <rillig@pkgsrc.org>2006-01-21 10:10:42 +0000
commite9f81c65bc9b4f9c6d406dcc967c01ffa77dd79a (patch)
tree2ece715fe97c1ccfa5afe2ece40e928c5b84625a /mk/bsd.pkg.mk
parenta47edae107a0e84fff32c6f05ce2ff56069c58cb (diff)
downloadpkgsrc-e9f81c65bc9b4f9c6d406dcc967c01ffa77dd79a.tar.gz
Unquoted SUBST_MESSAGE.*, as this is no longer needed.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index a52abfa3375..07bf4601dc5 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1795 2006/01/20 20:17:07 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1796 2006/01/21 10:10:42 rillig Exp $
#
# This file is in the public domain.
#
@@ -1491,7 +1491,7 @@ _CONFIGURE_PREREQ+= subst-pkglocaledir
. if empty(USE_PKGLOCALEDIR:M[nN][oO])
SUBST_CLASSES+= pkglocaledir
. endif
-SUBST_MESSAGE.pkglocaledir= "Fixing locale directory references."
+SUBST_MESSAGE.pkglocaledir= Fixing locale directory references.
SUBST_FILES.pkglocaledir= ${_REPLACE_LOCALEDIR}
SUBST_SED.pkglocaledir= \
-e 's|^\(localedir[ :]*=\).*|\1 ${_PKGLOCALEDIR}|' \
@@ -1620,7 +1620,7 @@ _CONFIGURE_POSTREQ+= subst-pkgconfig
SUBST_STAGE.pkgconfig= ${PKGCONFIG_OVERRIDE_STAGE}
. endif
SUBST_CLASSES+= pkgconfig
-SUBST_MESSAGE.pkgconfig= "Adding rpaths to pkgconfig files."
+SUBST_MESSAGE.pkgconfig= Adding rpaths to pkgconfig files.
SUBST_FILES.pkgconfig= ${PKGCONFIG_OVERRIDE:S/^${WRKSRC}\///}
SUBST_SED.pkgconfig= ${PKGCONFIG_OVERRIDE_SED}
.endif