summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/autoswc/Makefile4
-rw-r--r--pkgtools/pkg_alternatives/Makefile4
-rw-r--r--pkgtools/pkg_notify/Makefile4
-rw-r--r--pkgtools/pkg_select/Makefile4
-rw-r--r--pkgtools/pkgclean/Makefile4
-rw-r--r--pkgtools/pkgfind/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile
index 814ae8d8840..dd690370ff6 100644
--- a/pkgtools/autoswc/Makefile
+++ b/pkgtools/autoswc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/12/29 06:22:05 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/04/22 09:22:13 rillig Exp $
DISTNAME= autoswc-1.5
CATEGORIES= pkgtools sysutils
@@ -30,7 +30,7 @@ EVAL_PREFIX+= PREFIX.libtool=libtool
PREFIX.libtool_DEFAULT= ${LOCALBASE}
SUBST_CLASSES+= build
-SUBST_MESSAGE.build= "Building autoswc."
+SUBST_MESSAGE.build= Building autoswc.
SUBST_STAGE.build= do-build
SUBST_FILES.build= autoswc
SUBST_FILES.build+= autoswc.8
diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile
index 6fa183927c7..93770f4397f 100644
--- a/pkgtools/pkg_alternatives/Makefile
+++ b/pkgtools/pkg_alternatives/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/03/14 01:14:32 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:13 rillig Exp $
#
DISTNAME= pkg_alternatives-1.3
@@ -31,7 +31,7 @@ CONF_FILES= ${EGDIR}/filter.conf ${PKG_SYSCONFDIR}/filter.conf
SUBST_CLASSES+= vars
SUBST_STAGE.vars= do-configure
-SUBST_MESSAGE.vars= "Configuring sources."
+SUBST_MESSAGE.vars= Configuring sources.
SUBST_FILES.vars= *
SUBST_SED.vars= -e 's|@CONFDIR@|${PKG_SYSCONFDIR}|g'
SUBST_SED.vars+= -e 's|@DATADIR@|${DATADIR}|g'
diff --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile
index 73fe56bee8b..c6424397c1c 100644
--- a/pkgtools/pkg_notify/Makefile
+++ b/pkgtools/pkg_notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/29 06:22:06 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:13 rillig Exp $
#
DISTNAME= pkg_notify-0.4.2
@@ -23,7 +23,7 @@ CONF_FILES= ${EXAMPLEDIR}/${PKGBASE}.list \
${PKG_SYSCONFDIR}/${PKGBASE}.list
SUBST_CLASSES+= pkg_notify
-SUBST_MESSAGE.pkg_notify= "Setting up hardcoded path."
+SUBST_MESSAGE.pkg_notify= Setting up hardcoded path.
SUBST_STAGE.pkg_notify= post-patch
SUBST_FILES.pkg_notify= pkg_notify
SUBST_SED.pkg_notify= -e 's|/usr/pkgsrc|${PKGSRCDIR}|' \
diff --git a/pkgtools/pkg_select/Makefile b/pkgtools/pkg_select/Makefile
index cd7674caf7c..d921c48a92c 100644
--- a/pkgtools/pkg_select/Makefile
+++ b/pkgtools/pkg_select/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:51 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:13 rillig Exp $
#
DISTNAME= pkg_select-20050817
@@ -39,7 +39,7 @@ SUBST_SED.path= -e "s|/usr/pkgsrc|${PKGSRCDIR}|g" \
-e "s|/usr/pkg|${PREFIX}|g" \
-e "s|/var/db/pkg|${PKG_DBDIR}|g" \
-e "s|/usr/bin/make|${MAKE}|g"
-SUBST_MESSAGE.path= "Adjusting path."
+SUBST_MESSAGE.path= Adjusting path.
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/pkgclean/Makefile b/pkgtools/pkgclean/Makefile
index 7651570d1b7..8904592dfe1 100644
--- a/pkgtools/pkgclean/Makefile
+++ b/pkgtools/pkgclean/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:51 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:13 rillig Exp $
DISTNAME= pkgclean-20051116
CATEGORIES= pkgtools
@@ -28,6 +28,6 @@ SUBST_STAGE.path= post-patch
SUBST_FILES.path= pkgclean.sh pkgclean.1
SUBST_SED.path+= -e 's,@SH@,${SH},g'
SUBST_SED.path+= -e 's,@PKGSRCDIR@,${PKGSRCDIR},g'
-SUBST_MESSAGE.path= "Adjusting pkgsrc directory."
+SUBST_MESSAGE.path= Adjusting pkgsrc directory.
.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/pkgfind/Makefile b/pkgtools/pkgfind/Makefile
index 0a58ef4c387..57ba6490750 100644
--- a/pkgtools/pkgfind/Makefile
+++ b/pkgtools/pkgfind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:51 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2006/04/22 09:22:13 rillig Exp $
DISTNAME= pkgfind-20050804
CATEGORIES= pkgtools
@@ -29,7 +29,7 @@ SUBST_CLASSES+= path
SUBST_STAGE.path= post-patch
SUBST_FILES.path= pkgfind.c pkgfind.1
SUBST_SED.path= -e "s,/usr/pkgsrc,${PKGSRCDIR},g"
-SUBST_MESSAGE.path= "Adjusting pkgsrc directory."
+SUBST_MESSAGE.path= Adjusting pkgsrc directory.
.include "../../mk/bsd.prefs.mk"