summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile.common4
-rw-r--r--sysutils/fam/Makefile10
-rw-r--r--sysutils/gnome-menus/Makefile4
-rw-r--r--sysutils/gnome-vfs2/Makefile.common4
-rw-r--r--sysutils/grub/Makefile4
-rw-r--r--sysutils/ipw-firmware/Makefile4
-rw-r--r--sysutils/iwi-firmware/Makefile4
-rw-r--r--sysutils/nvnet/Makefile4
-rw-r--r--sysutils/storage-manager/Makefile4
-rw-r--r--sysutils/su2/Makefile4
-rw-r--r--sysutils/xentools20/Makefile4
-rw-r--r--sysutils/xraidadmin/Makefile4
12 files changed, 27 insertions, 27 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common
index a7ebfb44e4c..4584378feae 100644
--- a/sysutils/dbus/Makefile.common
+++ b/sysutils/dbus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2006/04/06 06:22:45 reed Exp $
+# $NetBSD: Makefile.common,v 1.15 2006/04/22 09:22:14 rillig Exp $
#
DBUS_VERSION= 0.61
@@ -58,7 +58,7 @@ COMMENT+= (${DBUS_INTERFACE} interface)
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
-SUBST_MESSAGE.paths= "Fixing paths to installed dbus\' libraries."
+SUBST_MESSAGE.paths= Fixing paths to installed dbus\' libraries.
SUBST_SED.paths= -e 's|$$(top_builddir)/dbus/libdbus-1.la|${BUILDLINK_PREFIX.dbus}/lib/libdbus-1.la|g'
SUBST_FILES.paths=
diff --git a/sysutils/fam/Makefile b/sysutils/fam/Makefile
index a773e7f69a8..7b99934c5f1 100644
--- a/sysutils/fam/Makefile
+++ b/sysutils/fam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2006/04/22 09:22:14 rillig Exp $
#
DISTNAME= fam-2.7.0
@@ -31,7 +31,7 @@ CONF_FILES= ${EGDIR}/fam.conf ${PKG_SYSCONFDIR}/fam.conf
RCD_SCRIPTS= famd
SUBST_CLASSES+= paths
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= man/famd.conf.5 man/famd.8
SUBST_SED.paths= -e 's,/usr/local/etc/,${PKG_SYSCONFDIR}/,g'
@@ -46,7 +46,7 @@ PKG_SUPPORTED_OPTIONS= kqueue
CPPFLAGS+= -DHAVE_KQUEUE
SUBST_CLASSES+= kqueue
-SUBST_MESSAGE.kqueue= "Enabling kqueue monitoring."
+SUBST_MESSAGE.kqueue= Enabling kqueue monitoring.
SUBST_STAGE.kqueue= pre-configure
SUBST_FILES.kqueue= src/Makefile.in
SUBST_SED.kqueue= -e 's,@MONITOR_FUNCS@,IMonKQueue,g'
@@ -63,7 +63,7 @@ LDFLAGS.SunOS+= -lsocket -lnsl
.if ${OPSYS} == "SunOS"
SUBST_CLASSES+= sunfix dirent
-SUBST_MESSAGE.sunfix= "Fixing ${OPSYS} namespace collision."
+SUBST_MESSAGE.sunfix= Fixing ${OPSYS} namespace collision.
SUBST_STAGE.sunfix= pre-configure
SUBST_FILES.sunfix+= lib/Client.c++
SUBST_FILES.sunfix+= src/ClientConnection.c++ src/ClientConnection.h
@@ -72,7 +72,7 @@ SUBST_FILES.sunfix+= src/Listener.c++
SUBST_FILES.sunfix+= src/TCP_Client.h
SUBST_SED.sunfix= -e 's/sun\([^_]\)/sa_un\1/g'
-SUBST_MESSAGE.dirent= "Fixing old sys/dir.h usage."
+SUBST_MESSAGE.dirent= Fixing old sys/dir.h usage.
SUBST_STAGE.dirent= pre-configure
SUBST_FILES.dirent+= src/Directory.c++
SUBST_FILES.dirent+= src/DirectoryScanner.c++ src/DirectoryScanner.h
diff --git a/sysutils/gnome-menus/Makefile b/sysutils/gnome-menus/Makefile
index 50d3f41b517..a63f9e97373 100644
--- a/sysutils/gnome-menus/Makefile
+++ b/sysutils/gnome-menus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/04/16 12:05:33 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2006/04/22 09:22:14 rillig Exp $
#
DISTNAME= gnome-menus-2.14.0
@@ -33,7 +33,7 @@ CONF_FILES+= ${EXAMPLEDIR}/settings.menu \
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
-SUBST_MESSAGE.paths= "Fixing paths to installation prefix."
+SUBST_MESSAGE.paths= Fixing paths to installation prefix.
SUBST_FILES.paths= layout/*.menu
SUBST_SED.paths= -e 's|/usr/|${PREFIX}/|g'
SUBST_SED.paths+= -e 's|/etc/X11/applnk|${PREFIX}/share/kde/applnk/|g'
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index 2da264de044..d71d8f4e0bf 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2006/04/13 18:23:37 jlam Exp $
+# $NetBSD: Makefile.common,v 1.34 2006/04/22 09:22:15 rillig Exp $
#
GNOME_VFS2_VERSION= 2.14.0
@@ -79,7 +79,7 @@ BUILD_DIRS= ${WRKSRC}/modules
# Fix paths to already installed libraries (by the gnome-vfs2 package).
SUBST_CLASSES+= libs
-SUBST_MESSAGE.libs= "Fixing path to dependent libraries."
+SUBST_MESSAGE.libs= Fixing path to dependent libraries.
SUBST_STAGE.libs= pre-configure
SUBST_FILES.libs= modules/Makefile.in
SUBST_SED.libs= -e 's|../libgnomevfs/libgnomevfs-2.la|${BUILDLINK_PREFIX.gnome-vfs2}/lib/libgnomevfs-2.la|g'
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index c8d75afeeb5..c93e5dba40d 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/04/07 19:54:17 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= grub-0.97
@@ -58,7 +58,7 @@ CONFIGURE_ARGS+= ${GRUB_SCAN_ARGS}
SUBST_CLASSES+= grubterm
SUBST_STAGE.grubterm= post-patch
-SUBST_MESSAGE.grubterm= "Changing references to <term.h> to <grubterm.h>"
+SUBST_MESSAGE.grubterm= Changing references to <term.h> to <grubterm.h>
SUBST_FILES.grubterm= grub/*.c stage2/Makefile.in stage2/*.c
SUBST_SED.grubterm= -e "s,<term.h>,<grubterm.h>,g" \
-e "s, term.h , grubterm.h ,g"
diff --git a/sysutils/ipw-firmware/Makefile b/sysutils/ipw-firmware/Makefile
index 6a816f7dae7..58203a1d435 100644
--- a/sysutils/ipw-firmware/Makefile
+++ b/sysutils/ipw-firmware/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/11/01 22:58:42 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/22 09:22:15 rillig Exp $
DISTNAME= ipw2100-fw-1.2
PKGNAME= ipw-firmware-1.0
@@ -14,7 +14,7 @@ LICENSE= intel-ipw-license
WRKSRC= ${WRKDIR}
-RESTRICTED= "Intel Licensed Software: see http://ipw2100.sourceforge.net/firmware.php?fid=3"
+RESTRICTED= Intel Licensed Software: see http://ipw2100.sourceforge.net/firmware.php?fid=3
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
diff --git a/sysutils/iwi-firmware/Makefile b/sysutils/iwi-firmware/Makefile
index 87a7f59056f..692f4d4ff8e 100644
--- a/sysutils/iwi-firmware/Makefile
+++ b/sysutils/iwi-firmware/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/11/01 22:58:42 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= ipw2200-fw-2.3
@@ -14,7 +14,7 @@ COMMENT= Firmware binary images for iwi(4) driver
LICENSE= intel-ipw-license
-RESTRICTED= "Intel Licensed Software: see http://ipw2200.sourceforge.net/firmware.php?fid=5"
+RESTRICTED= Intel Licensed Software: see http://ipw2200.sourceforge.net/firmware.php?fid=5
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
diff --git a/sysutils/nvnet/Makefile b/sysutils/nvnet/Makefile
index 8d8cbc45cd3..5064f89a95e 100644
--- a/sysutils/nvnet/Makefile
+++ b/sysutils/nvnet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/01/09 12:44:15 manu Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/22 09:22:15 rillig Exp $
#
PKGNAME= nvnet-20050620nb1
@@ -16,7 +16,7 @@ COMMENT= Driver for nVidia ethernet
LICENSE= nvidia-license
-RESTRICTED= "nVidia Licensed Software: http://www.nvidia.com/object/nv_swlicense.html"
+RESTRICTED= nVidia Licensed Software: http://www.nvidia.com/object/nv_swlicense.html
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
diff --git a/sysutils/storage-manager/Makefile b/sysutils/storage-manager/Makefile
index f5c134c423e..5cc5f7ff91e 100644
--- a/sysutils/storage-manager/Makefile
+++ b/sysutils/storage-manager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:43 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:15 rillig Exp $
DISTNAME= sm_linux_v314_install
PKGNAME= storage-manager-3.14
@@ -22,7 +22,7 @@ DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11
ONLY_FOR_PLATFORM= *-*-i386
-RESTRICTED= "Redistribution not permitted"
+RESTRICTED= Redistribution not permitted
NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
diff --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile
index d2b47653b49..523e58a52cb 100644
--- a/sysutils/su2/Makefile
+++ b/sysutils/su2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/12/05 20:51:01 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= su2-1.3
@@ -13,7 +13,7 @@ LICENSE= no-profit
NO_CONFIGURE= yes
SUBST_CLASSES+= preproc
-SUBST_MESSAGE.preproc= "Correcting C preprocessor directives."
+SUBST_MESSAGE.preproc= Correcting C preprocessor directives.
SUBST_STAGE.preproc= post-patch
SUBST_FILES.preproc= su2.c
SUBST_SED.preproc= -e 's,^\(\# *else\).*,\1,' \
diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile
index 41b5b70e32a..3d1f77e1671 100644
--- a/sysutils/xentools20/Makefile
+++ b/sysutils/xentools20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/04/18 15:29:36 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= xen-2.0.7-src
@@ -49,7 +49,7 @@ SUBST_FILES.paths= python/xen/xend/server/SrvDaemon.py
SUBST_FILES.paths+= python/xen/xend/XendDomainInfo.py
SUBST_FILES.paths+= python/xen/sv/Daemon.py
SUBST_SED.paths= -e "s|/usr/sbin|${PREFIX}/sbin|g"
-SUBST_MESSAGE.paths= "Fixing hardcoded paths."
+SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.py= pre-configure
SUBST_FILES.py= python/Makefile
diff --git a/sysutils/xraidadmin/Makefile b/sysutils/xraidadmin/Makefile
index 1eb6f37db91..8d23d17151f 100644
--- a/sysutils/xraidadmin/Makefile
+++ b/sysutils/xraidadmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:59 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:15 rillig Exp $
#
DISTNAME= RAIDAdmin1.3.1archive
@@ -13,7 +13,7 @@ COMMENT= Tool to administer Apple's Xserve RAID
LICENSE= apple-admin-license
-RESTRICTED= "Redistribution not permitted"
+RESTRICTED= Redistribution not permitted
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}