From e46a9dd38060ef6414b4db2f15402a701e32c7b7 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 03:50:19 +0000 Subject: Create directories before installing files into them. --- sysutils/acpidump/Makefile | 4 +++- sysutils/adjustkernel/Makefile | 4 +++- sysutils/afbinit/Makefile | 4 +++- sysutils/atitvout/Makefile | 4 +++- sysutils/bchunk/Makefile | 4 +++- sysutils/cdrtools-ossdvd/Makefile | 4 +++- sysutils/cfengine2-doc/Makefile | 4 +++- sysutils/cpuburn/Makefile | 4 +++- sysutils/cpuid/Makefile | 4 +++- sysutils/dmesg2gif/Makefile | 3 ++- sysutils/dptutil/Makefile | 4 +++- sysutils/dvd+rw-tools/Makefile | 4 +++- sysutils/dvdrecord/Makefile | 4 ++-- sysutils/fastfs/Makefile | 6 ++++-- sysutils/fix4SA110rev2/Makefile | 4 +++- sysutils/free/Makefile | 4 +++- sysutils/gcdmaster/Makefile | 3 ++- sysutils/gkrellm-est/Makefile | 4 +++- sysutils/gnome-vfs2/Makefile.common | 3 ++- sysutils/logfinder/Makefile | 3 ++- sysutils/mbmon/Makefile | 4 +++- sysutils/memconf/Makefile | 3 ++- sysutils/mencvcd/Makefile | 4 +++- sysutils/mgm/Makefile | 4 +++- sysutils/mtscan/Makefile | 4 +++- sysutils/news/Makefile | 4 +++- sysutils/pcvt-utils/Makefile | 4 +++- sysutils/pflogsumm/Makefile | 3 ++- sysutils/pfstat/Makefile | 4 +++- sysutils/pftop/Makefile | 4 +++- sysutils/pstree/Makefile | 4 +++- sysutils/radeontool/Makefile | 3 ++- sysutils/rox-archive/Makefile | 4 +++- sysutils/rox-edit/Makefile | 3 ++- sysutils/rox-lib/Makefile | 3 ++- sysutils/rox-memo/Makefile | 3 ++- sysutils/rox-session/Makefile | 4 +++- sysutils/rox-wallpaper/Makefile | 3 ++- sysutils/rox-wrappers/Makefile | 4 +++- sysutils/rox/Makefile | 4 +++- sysutils/rsnapshot/Makefile | 4 +++- sysutils/safetynet/Makefile | 4 +++- sysutils/sarah/Makefile | 4 +++- sysutils/scsiinfo/Makefile | 4 +++- sysutils/shc/Makefile | 4 +++- sysutils/sredird/Makefile | 3 ++- sysutils/storage-manager/Makefile | 4 +++- sysutils/sysgen/Makefile | 4 +++- sysutils/tdir/Makefile | 3 ++- sysutils/tkcron/Makefile | 4 +++- sysutils/tload/Makefile | 4 +++- sysutils/tob/Makefile | 4 +++- sysutils/user_darwin/Makefile | 4 +++- sysutils/user_interix/Makefile | 4 +++- sysutils/xenvstat/Makefile | 4 +++- sysutils/xmbmon/Makefile | 4 +++- sysutils/xraidadmin/Makefile | 3 ++- sysutils/xuvmstat/Makefile | 4 +++- 58 files changed, 160 insertions(+), 60 deletions(-) (limited to 'sysutils') diff --git a/sysutils/acpidump/Makefile b/sysutils/acpidump/Makefile index 73d61454672..e1a3b2959de 100644 --- a/sysutils/acpidump/Makefile +++ b/sysutils/acpidump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/22 20:08:31 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:33 jlam Exp $ # DISTNAME= pacpidump @@ -13,6 +13,8 @@ COMMENT= Portable ACPI table dumper USE_TOOLS+= gmake BUILD_TARGET= # null +INSTALLATION_DIRS= bin man/man8 + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/acpidump ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/acpidump.8 ${PREFIX}/man/man8 diff --git a/sysutils/adjustkernel/Makefile b/sysutils/adjustkernel/Makefile index 39bfb2a6f09..547e325bda9 100644 --- a/sysutils/adjustkernel/Makefile +++ b/sysutils/adjustkernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/28 00:48:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:33 jlam Exp $ DISTNAME= adjustkernel-1.7 CATEGORIES= sysutils @@ -17,6 +17,8 @@ USE_PERL5= YES REPLACE_PERL= adjustkernel +INSTALLATION_DIRS= bin man/man1 + do-extract: ${CP} ${FILESDIR}/adjustkernel ${WRKDIR} diff --git a/sysutils/afbinit/Makefile b/sysutils/afbinit/Makefile index 96ad9fad1b6..22920121ed2 100644 --- a/sysutils/afbinit/Makefile +++ b/sysutils/afbinit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/06/02 15:10:52 martin Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:33 jlam Exp $ DISTNAME= afbinit_1.0.orig PKGNAME= afbinit-1.0 @@ -12,6 +12,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} BUILD_TARGET= afbinit ONLY_FOR_PLATFORM= *-*-sparc64 *-*-sparc +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/afbinit ${PREFIX}/bin diff --git a/sysutils/atitvout/Makefile b/sysutils/atitvout/Makefile index b6e9602299f..b37ac60babb 100644 --- a/sysutils/atitvout/Makefile +++ b/sysutils/atitvout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/05 10:42:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:33 jlam Exp $ DISTNAME= atitvout-0.4 PKGREVISION= 1 @@ -31,6 +31,8 @@ SUBST_FILES.sh= test.sh SUBST_SED.sh= -e "s,@PREFIX@,${PREFIX}," SUBST_MESSAGE.sh= "Fixing stupid bash scripts." +INSTALLATION_DIRS= sbin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/atitvout ${PREFIX}/sbin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/atitvout diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index eae2d7a15bd..9b9faa39314 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:53:27 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:33 jlam Exp $ DISTNAME= bchunk-1.1.1 CATEGORIES= sysutils @@ -10,6 +10,8 @@ COMMENT= ".bin/.cue" CD image converter MAKE_FLAGS+= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS}" +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin/bchunk ${INSTALL_MAN} ${WRKSRC}/bchunk.1 ${PREFIX}/man/man1/bchunk.1 diff --git a/sysutils/cdrtools-ossdvd/Makefile b/sysutils/cdrtools-ossdvd/Makefile index a53f14cf5d2..73355e67c12 100644 --- a/sysutils/cdrtools-ossdvd/Makefile +++ b/sysutils/cdrtools-ossdvd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 21:04:42 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/17 03:50:33 jlam Exp $ DISTNAME= cdrtools-2.01a32 PKGNAME= cdrtools-ossdvd-2.01.1.32 @@ -52,6 +52,8 @@ MESSAGE_SUBST+= CDRECORD_CONF=${CDRECORD_CONF} CDRECORD_CONF_FILES= cdrecord/defaults.c cdrecord/cdrecord.1 CDRECORD_CONF_FILES+= readcd/readcd.1 +INSTALLATION_DIRS= bin man/man1 man/man8 + post-patch: @cd ${WRKSRC}; for file in ${CDRECORD_CONF_FILES}; do \ ${MV} ${WRKSRC}/$$file ${WRKSRC}/$${file}.old && \ diff --git a/sysutils/cfengine2-doc/Makefile b/sysutils/cfengine2-doc/Makefile index f19e5c40c9c..f59ef7d702f 100644 --- a/sysutils/cfengine2-doc/Makefile +++ b/sysutils/cfengine2-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/09/23 22:50:59 ben Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:33 jlam Exp $ # PKGNAME= cfengine-doc-${CFENGINE_VERSION} @@ -13,6 +13,8 @@ NO_BUILD= yes INFO_FILES= cfengine-Reference.info cfengine-Tutorial.info INFO_FILES+= cfengine-Anomalies.info +INSTALLATION_DIRS= info + do-install: ${INSTALL_DATA} ${WRKSRC}/doc/cfengine-*.info* ${PREFIX}/info ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/cfengine diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index 073e7adc3f3..bf06b7bcad1 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/16 01:15:33 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:33 jlam Exp $ # DISTNAME= cpuburn_1_4 @@ -19,6 +19,8 @@ PKGSRC_USE_TOOLS+= gtar WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/burnBX ${PREFIX}/bin/burnBX ${INSTALL_PROGRAM} ${WRKSRC}/burnK6 ${PREFIX}/bin/burnK6 diff --git a/sysutils/cpuid/Makefile b/sysutils/cpuid/Makefile index e14afb8f1bc..2d2670eddef 100644 --- a/sysutils/cpuid/Makefile +++ b/sysutils/cpuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 22:53:30 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:33 jlam Exp $ DISTNAME= cpuid-3.3 CATEGORIES= sysutils @@ -10,6 +10,8 @@ COMMENT= CPU identification feature ONLY_FOR_PLATFORM= *-*-i386 +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} cpuid.c -o cpuid diff --git a/sysutils/dmesg2gif/Makefile b/sysutils/dmesg2gif/Makefile index 7c379a2cba5..ba434ac9cde 100644 --- a/sysutils/dmesg2gif/Makefile +++ b/sysutils/dmesg2gif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:33 jlam Exp $ # DISTNAME= dmesg2gif-1.3 @@ -17,6 +17,7 @@ NO_BUILD= yes NO_CHECKSUM= yes NO_CONFIGURE= yes USE_PERL5= run +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_SCRIPT} ${FILESDIR}/dmesg2gif ${PREFIX}/bin/dmesg2gif diff --git a/sysutils/dptutil/Makefile b/sysutils/dptutil/Makefile index 494a37792d8..af0e57390fe 100644 --- a/sysutils/dptutil/Makefile +++ b/sysutils/dptutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/07 11:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:33 jlam Exp $ DISTNAME= raidmgt-3.31 PKGNAME= dptutil-3.31 @@ -14,6 +14,8 @@ COMMENT= DPT/Adaptec Storage Management software (dptutil) # may have problems. ONLY_FOR_PLATFORM= NetBSD-*-i386 +INSTALLATION_DIRS= bni + post-patch: ${SED} -e "s,@SBINDIR@,${PREFIX}/sbin,g" \ ${WRKSRC}/dpteng/makefile > ${WRKSRC}/dpteng/makefile.tmp diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index fad47133547..7657b9f94c0 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/12/30 10:38:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:33 jlam Exp $ # DISTNAME= dvd+rw-tools-5.21.4.10.8 @@ -13,6 +13,8 @@ DEPENDS+= {cdrecord-[1-9]*,cdrtools-ossdvd-[0-9]*}:../../sysutils/cdrecord WRKSRC= ${WRKDIR}/${PKGNAME} +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/growisofs ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/growisofs.1 ${PREFIX}/man/man1 diff --git a/sysutils/dvdrecord/Makefile b/sysutils/dvdrecord/Makefile index 4c20fd57eba..90103cd8108 100644 --- a/sysutils/dvdrecord/Makefile +++ b/sysutils/dvdrecord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:23 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:34 jlam Exp $ DISTNAME= dvdrtools-${VERSION} PKGNAME= ${DISTNAME:S/dvdrtools/dvdrecord/} @@ -14,8 +14,8 @@ COMMENT= This program allows you to create DVDs on a DVD-Recorder VERSION= 0.1.5 GNU_CONFIGURE= # defined - LIBS.SunOS+= -lsocket +INSTALLATION_DIRS= bin man/man1 do-install: cd ${WRKSRC}/cdrecord; \ diff --git a/sysutils/fastfs/Makefile b/sysutils/fastfs/Makefile index 82785a9f84b..fb3e6837592 100644 --- a/sysutils/fastfs/Makefile +++ b/sysutils/fastfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/21 05:03:18 grant Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= fastfs.c @@ -10,9 +10,11 @@ EXTRACT_SUFX= # empty MAINTAINER= tech-pkg@NetBSD.org COMMENT= Turn on/off delayed IO on a file system +ONLY_FOR_PLATFORM= SunOS-*-* + WRKSRC= ${WRKDIR}/fastfs NO_CONFIGURE= # defined -ONLY_FOR_PLATFORM= SunOS-*-* +INSTALLATION_DIRS= sbin do-extract: @${MKDIR} ${WRKSRC} diff --git a/sysutils/fix4SA110rev2/Makefile b/sysutils/fix4SA110rev2/Makefile index c67c8af3e4e..f8694dc15e5 100644 --- a/sysutils/fix4SA110rev2/Makefile +++ b/sysutils/fix4SA110rev2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= fix4SA110rev2-1.0 @@ -16,6 +16,8 @@ EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin share/doc + do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/fix4SA110rev2 ${WRKSRC}/fix4SA110rev2.c diff --git a/sysutils/free/Makefile b/sysutils/free/Makefile index b30a8c99bc2..9a2b1c25972 100644 --- a/sysutils/free/Makefile +++ b/sysutils/free/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/21 20:26:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= free-1.0 @@ -18,6 +18,8 @@ NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${FILESDIR}/free ${PREFIX}/bin/free ${INSTALL_MAN} ${FILESDIR}/free.1 ${PREFIX}/man/man1/free.1 diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index 70e1a49508f..7d48c12cbcc 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/04 19:02:07 adrianp Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/17 03:50:34 jlam Exp $ # .include "../../sysutils/cdrdao/Makefile.common" @@ -19,6 +19,7 @@ USE_X11BASE= YES USE_DIRS+= gnome1-1.5 CONFIGURE_ARGS+= --without-posix-threads CONFIGURE_ARGS+= --with-xdao +INSTALLATION_DIRS= bin man/man1 share/applications share/pixmaps do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdao/gcdmaster ${PREFIX}/bin diff --git a/sysutils/gkrellm-est/Makefile b/sysutils/gkrellm-est/Makefile index ade71ae314f..3e02d499870 100644 --- a/sysutils/gkrellm-est/Makefile +++ b/sysutils/gkrellm-est/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:24 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= gkrellm-est-20040710 @@ -15,6 +15,8 @@ NO_CONFIGURE= yes ONLY_FOR_PLATFORM= NetBSD-2.0[F-Z]*-i386 NetBSD-2.99.*-i386 ONLY_FOR_PLATFORM+= NetBSD-[3-9].*-i386 +INSTALLATION_DIRS= lib/gkrellm2/plugins + do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellm-est.so ${PREFIX}/lib/gkrellm2/plugins diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common index 99c47bc2aab..3cbeb4f13f0 100644 --- a/sysutils/gnome-vfs2/Makefile.common +++ b/sysutils/gnome-vfs2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2005/05/22 21:43:22 rillig Exp $ +# $NetBSD: Makefile.common,v 1.19 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= gnome-vfs-2.10.1 @@ -80,6 +80,7 @@ PRINT_PLIST_AWK+= /^@dirrm share\/examples\/gnome-vfs-2.0\/modules$$/ \ { print "@comment in gnome-vfs2: " $$0; next; } do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/lib/gnome-vfs-2.0/modules cd ${WRKSRC}/modules && ${LIBTOOL} --mode=install \ ${INSTALL_DATA} lib${GNOME_VFS2_NAME}.la \ ${PREFIX}/lib/gnome-vfs-2.0/modules diff --git a/sysutils/logfinder/Makefile b/sysutils/logfinder/Makefile index ee29c08a0a4..96afdb7037e 100644 --- a/sysutils/logfinder/Makefile +++ b/sysutils/logfinder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:25 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= logfinder-0.1 @@ -14,6 +14,7 @@ DEPENDS+= lsof>=4.72:../../sysutils/lsof NO_BUILD= YES PYTHON_PATCH_SCRIPTS+= ${WRKSRC}/logfinder.py +INSTALLATION_DIRS= sbin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/logfinder.py ${PREFIX}/sbin/ diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile index c97eae59a34..dfcc80c2b2c 100644 --- a/sysutils/mbmon/Makefile +++ b/sysutils/mbmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/06 16:08:43 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:34 jlam Exp $ # .include "../../sysutils/mbmon/Makefile.common" @@ -11,6 +11,8 @@ COMMENT= Motherboard monitoring utility BUILD_TARGET= mbmon +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mbmon ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/mbmon.1 ${PREFIX}/man/man1 diff --git a/sysutils/memconf/Makefile b/sysutils/memconf/Makefile index 160c33e442a..4d583d0bf85 100644 --- a/sysutils/memconf/Makefile +++ b/sysutils/memconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:26:15 agc Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= memconf @@ -15,6 +15,7 @@ ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris WRKSRC= ${WRKDIR} NO_BUILD= yes +INSTALLATION_DIRS= sbin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/memconf ${LOCALBASE}/sbin/memconf diff --git a/sysutils/mencvcd/Makefile b/sysutils/mencvcd/Makefile index e5d179e22ec..64f8fd714a6 100644 --- a/sysutils/mencvcd/Makefile +++ b/sysutils/mencvcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/03/27 15:43:38 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:34 jlam Exp $ DISTNAME= mencvcd PKGNAME= ${DISTNAME}-0.3 @@ -23,6 +23,8 @@ DEPENDS+= vcdimager>=0.6.2:../../sysutils/vcdimager NO_CONFIGURE= YES DIST_SUBDIR= ${PKGNAME_NOREV} +INSTALLATION_DIRS= bin + do-extract: ${MKDIR} ${WRKSRC} ${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} diff --git a/sysutils/mgm/Makefile b/sysutils/mgm/Makefile index 50b959903c7..25c410a545a 100644 --- a/sysutils/mgm/Makefile +++ b/sysutils/mgm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/05/30 02:19:16 snj Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:34 jlam Exp $ DISTNAME= mgm-1.1 CATEGORIES= sysutils @@ -19,6 +19,8 @@ PERL_SCRIPTS= mgm MGM_PERL_DIR= ${PREFIX}/lib/${DISTNAME:C/-.*$//} MGM_DOC_DIR= ${PREFIX}/share/doc/html/${DISTNAME:C/-.*$//} +INSTALLATION_DIRS= bin + post-patch: ${SED} -e 's|@@MGM_PERL_DIR@@|${MGM_PERL_DIR}|' \ ${FILESDIR}/mgm.sh > ${WRKDIR}/mgm.sh diff --git a/sysutils/mtscan/Makefile b/sysutils/mtscan/Makefile index 887e7d5fff8..a51d6137037 100644 --- a/sysutils/mtscan/Makefile +++ b/sysutils/mtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:27 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:34 jlam Exp $ DISTNAME= mtscan-20050129 CATEGORIES= sysutils @@ -11,6 +11,8 @@ COMMENT= Magtape scanner - reports record and file-mark structure NO_CHECKSUM= # defined +INSTALLATION_DIRS= bin + do-extract: ${CP} -R ${FILESDIR} ${WRKSRC} diff --git a/sysutils/news/Makefile b/sysutils/news/Makefile index 5cfe1eb1373..a0ed33a9eb1 100644 --- a/sysutils/news/Makefile +++ b/sysutils/news/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/19 03:49:09 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= news-0.2 @@ -9,6 +9,8 @@ MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.netmeister.org/ COMMENT= System V news(1) +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/news ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/news.1 ${PREFIX}/man/man1/ diff --git a/sysutils/pcvt-utils/Makefile b/sysutils/pcvt-utils/Makefile index d0948de35f3..cf9c473950f 100644 --- a/sysutils/pcvt-utils/Makefile +++ b/sysutils/pcvt-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/02/21 20:26:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= netbsd-pcvt-20000611 @@ -14,6 +14,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-* WRKSRC= ${WRKDIR}/pcvt/Util +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} \ ${WRKSRC}/demo/playvt \ diff --git a/sysutils/pflogsumm/Makefile b/sysutils/pflogsumm/Makefile index 55d6319916c..99e7a40c34b 100644 --- a/sysutils/pflogsumm/Makefile +++ b/sysutils/pflogsumm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 18:15:32 kim Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= pflogsumm-1.1.0 @@ -15,6 +15,7 @@ DEPENDS+= p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc NO_CONFIGURE= # defined USE_PERL5= # defined +INSTALLATION_DIRS= man/man1 sbin do-build: ${SED} 's;/usr/bin/perl;${PERL5};' ${WRKSRC}/pflogsumm.pl \ diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 934582ae344..8eab6f31c4f 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:28 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:34 jlam Exp $ DISTNAME= pfstat-1.7 CATEGORIES= sysutils net @@ -10,6 +10,8 @@ COMMENT= Utility to render graphical statistics for PF NO_CONFIGURE= yes +INSTALLATION_DIRS= bin man/man8 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfstat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${PREFIX}/man/man8 diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 48fedf7916c..d6c7c1212b1 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/01 18:03:22 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:34 jlam Exp $ DISTNAME= pftop-0.4 CATEGORIES= sysutils net @@ -13,6 +13,8 @@ NO_CONFIGURE= yes MAKE_ENV+= OSLEVEL=${PF_VERSION:S/.//} CFLAGS+= -I${PREFIX}/include +INSTALLATION_DIRS= man/man8 sbin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pftop ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/pftop.8 ${PREFIX}/man/man8 diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 7bc0db8dfcb..974f291701a 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:34 jlam Exp $ # DISTNAME= pstree-2.19 @@ -11,6 +11,8 @@ COMMENT= Display processes in a tree WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c diff --git a/sysutils/radeontool/Makefile b/sysutils/radeontool/Makefile index f96dffc225a..0f98252fbe8 100644 --- a/sysutils/radeontool/Makefile +++ b/sysutils/radeontool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:28 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:34 jlam Exp $ DISTNAME= radeontool-1.5 CATEGORIES= sysutils @@ -9,6 +9,7 @@ HOMEPAGE= http://fdd.com/software/radeon/ COMMENT= Toggle backlight and external video output on Radeon cards BUILD_TARGET= radeontool +INSTALLATION_DIRS= sbin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/radeontool ${PREFIX}/sbin diff --git a/sysutils/rox-archive/Makefile b/sysutils/rox-archive/Makefile index 8ae7dfe581b..755a35f15d7 100644 --- a/sysutils/rox-archive/Makefile +++ b/sysutils/rox-archive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:29 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= Archive-0.1.2 @@ -25,6 +25,8 @@ NO_BUILD= yes APPDIR= ${PREFIX}/share/rox +INSTALLATION_DIRS= share + post-patch: ${CP} ${WRKSRC}/AppRun ${WRKSRC}/AppRun.1 ${SED} -e s:@APPDIR@:"${APPDIR}":g < ${WRKSRC}/AppRun.1 \ diff --git a/sysutils/rox-edit/Makefile b/sysutils/rox-edit/Makefile index 9211ec95140..8da117aa408 100644 --- a/sysutils/rox-edit/Makefile +++ b/sysutils/rox-edit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:29 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= Edit-0.1.2 @@ -21,6 +21,7 @@ NO_CONFIGURE= yes NO_BUILD= yes PYTHON_PATCH_SCRIPTS= AppRun +INSTALLATION_DIRS= share/rox post-patch: ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \ diff --git a/sysutils/rox-lib/Makefile b/sysutils/rox-lib/Makefile index bdf58eed5be..7b72ae15a6f 100644 --- a/sysutils/rox-lib/Makefile +++ b/sysutils/rox-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:29 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= rox-lib-1.9.17 @@ -19,6 +19,7 @@ NO_CONFIGURE= yes NO_BUILD= yes PYTHON_PATCH_SCRIPTS= AppRun MakeDist +INSTALLATION_DIRS= share/rox post-patch: ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \ diff --git a/sysutils/rox-memo/Makefile b/sysutils/rox-memo/Makefile index d5776fbd8e3..abc45861ac9 100644 --- a/sysutils/rox-memo/Makefile +++ b/sysutils/rox-memo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:29 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= Memo-1.0.0 @@ -21,6 +21,7 @@ NO_CONFIGURE= yes NO_BUILD= yes PYTHON_PATCH_SCRIPTS= AppRun +INSTALLATION_DIRS= share/rox post-patch: ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \ diff --git a/sysutils/rox-session/Makefile b/sysutils/rox-session/Makefile index a462c6842b1..169660934a2 100644 --- a/sysutils/rox-session/Makefile +++ b/sysutils/rox-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:03:22 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= ROX-Session-0.1.14 @@ -19,6 +19,8 @@ DIST_SUBDIR= rox GNU_CONFIGURE= yes +INSTALLATION_DIRS= libexec/rox share/rox + .include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/sysutils/rox-wallpaper/Makefile b/sysutils/rox-wallpaper/Makefile index 04a25ea8fad..233c29152b4 100644 --- a/sysutils/rox-wallpaper/Makefile +++ b/sysutils/rox-wallpaper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:29 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= Wallpaper-0.1.1 @@ -22,6 +22,7 @@ NO_CONFIGURE= yes NO_BUILD= yes PYTHON_PATCH_SCRIPTS= AppRun +INSTALLATION_DIRS= share/rox post-patch: ${SED} -e s:"/usr/local/lib":"${PREFIX}/share/rox":g \ diff --git a/sysutils/rox-wrappers/Makefile b/sysutils/rox-wrappers/Makefile index d1f299b4d17..2f7c485f611 100644 --- a/sysutils/rox-wrappers/Makefile +++ b/sysutils/rox-wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= Wrappers-1.0.2 @@ -20,6 +20,8 @@ DIST_SUBDIR= rox NO_CONFIGURE= yes NO_BUILD= yes +INSTALLATION_DIRS= share/rox + do-install: ${RM} -f ${WRKSRC}/Emacs/AppRun.orig ${CP} -Rf ${WRKSRC} ${PREFIX}/share/rox diff --git a/sysutils/rox/Makefile b/sysutils/rox/Makefile index 490aa02ee83..03a1f0f56f0 100644 --- a/sysutils/rox/Makefile +++ b/sysutils/rox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 18:03:22 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= rox-2.2.0 @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV+= APP_DIR=${WRKDIR}/${DISTNAME}/ROX-Filer CONFIGURE_ARGS+= --enable-rox --with-platform=${OPSYS}-${MACHINE_ARCH} +INSTALLATION_DIRS= bin libexec/rox man/man1 + post-patch: ${SED} -e "s:@PREFIX@:"${PREFIX}":g" < ${FILESDIR}/rox > \ ${WRKDIR}/${DISTNAME}/rox diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile index 6b3b8041269..776bbc60382 100644 --- a/sysutils/rsnapshot/Makefile +++ b/sysutils/rsnapshot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/11 09:44:12 kim Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= rsnapshot-1.1.6 @@ -28,6 +28,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --with-perl=${PERL5} CONFIGURE_ARGS+= --with-rsync=${LOCALBASE}/bin/rsync +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rsnapshot ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/rsnapshot.1 ${PREFIX}/man/man1 diff --git a/sysutils/safetynet/Makefile b/sysutils/safetynet/Makefile index df26cb8e323..99b1afb1a25 100644 --- a/sysutils/safetynet/Makefile +++ b/sysutils/safetynet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= safetynet-1.15 @@ -13,6 +13,8 @@ WRKSRC= ${WRKDIR} NO_BUILD= YES USE_PERL5= YES +INSTALLATION_DIRS= bin etc + post-patch: ${SED} -e "s,/etc/safetynet.conf,${PREFIX}/etc/safetynet.conf,g" \ -e "s,/bin/mail,/usr/bin/mail,g" \ diff --git a/sysutils/sarah/Makefile b/sysutils/sarah/Makefile index 43a897012e1..aae6c9421fd 100644 --- a/sysutils/sarah/Makefile +++ b/sysutils/sarah/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:53:50 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:35 jlam Exp $ DISTNAME= sarah-0.7b CATEGORIES= sysutils @@ -18,6 +18,8 @@ USE_PERL5= YES REPLACE_PERL= sarah NO_BUILD= YES +INSTALLATION_DIRS= bin man/man1 + post-patch: ${SED} -e "s,/usr/local,${PREFIX},g" \ -e "s,syslog.pid,syslogd.pid,g" \ diff --git a/sysutils/scsiinfo/Makefile b/sysutils/scsiinfo/Makefile index 6eff7dcd2be..68a5555d819 100644 --- a/sysutils/scsiinfo/Makefile +++ b/sysutils/scsiinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/06/10 09:34:52 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:35 jlam Exp $ DISTNAME= scsiinfo-4.7 PKGNAME= ${DISTNAME} @@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR} ONLY_FOR_PLATFORM= SunOS-*-* +INSTALLATION_DIRS= man/man1 sbin + do-extract: cd ${WRKSRC} && \ ${SH} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} >/dev/null diff --git a/sysutils/shc/Makefile b/sysutils/shc/Makefile index 44fd52740b9..21c4ccbafc6 100644 --- a/sysutils/shc/Makefile +++ b/sysutils/shc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 09:41:49 grant Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= shc-3.7 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.datsi.fi.upm.es/~frosal/ COMMENT= Shell script to C compiler +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/shc.1 ${PREFIX}/man/man1 diff --git a/sysutils/sredird/Makefile b/sysutils/sredird/Makefile index db66e20a3c7..c979ceb7c9c 100644 --- a/sysutils/sredird/Makefile +++ b/sysutils/sredird/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:29 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= sredird-2.0.0 @@ -12,6 +12,7 @@ COMMENT= RFC2217 compliant serial port redirector MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}" BUILD_TARGET= sredird +INSTALLATION_DIRS= libexec share/doc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sredird ${PREFIX}/libexec/sredird diff --git a/sysutils/storage-manager/Makefile b/sysutils/storage-manager/Makefile index 76bae8b45f6..f285916e80d 100644 --- a/sysutils/storage-manager/Makefile +++ b/sysutils/storage-manager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/05/07 11:54:35 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:35 jlam Exp $ DISTNAME= sm_linux_v314_install PKGNAME= storage-manager-3.14 @@ -38,6 +38,8 @@ _FETCH_MESSAGE= \ ${ECHO} " ${DOWNLOAD}."; \ ${ECHO} "=================================================================" +INSTALLATION_DIRS= etc/rc.d sbin + do-extract: ${MKDIR} ${WRKSRC} cd ${WRKSRC} && rpm2cpio ${DISTDIR}/${DISTNAME}.rpm > ${DISTNAME}.cpio diff --git a/sysutils/sysgen/Makefile b/sysutils/sysgen/Makefile index 64e641bffb2..537bc9fb9b2 100644 --- a/sysutils/sysgen/Makefile +++ b/sysutils/sysgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:10 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= sysgen @@ -13,6 +13,8 @@ COMMENT= Assign DEC Qbus or UNIBUS standard CSR and vector addresses WRKSRC= ${WRKDIR} BUILD_TARGET= sysgen +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sysgen ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sysgen.1 ${PREFIX}/man/man1 diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index ae03968b3bc..3103c4a0de4 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/15 22:02:28 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= tdir-1.58 @@ -13,6 +13,7 @@ LICENSE= tdir-license PKGSRC_USE_TOOLS+= gunzip PYTHON_PATCH_SCRIPTS= tdir +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tdir ${PREFIX}/bin/tdir diff --git a/sysutils/tkcron/Makefile b/sysutils/tkcron/Makefile index bc3339e9559..4c0ef13ec3e 100644 --- a/sysutils/tkcron/Makefile +++ b/sysutils/tkcron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:22 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= tkcron-2.12 @@ -14,6 +14,8 @@ DEPENDS+= tk>=8.3.2:../../x11/tk WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > tkcron.tcl +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-build: diff --git a/sysutils/tload/Makefile b/sysutils/tload/Makefile index d65419830ec..6c26132556f 100644 --- a/sysutils/tload/Makefile +++ b/sysutils/tload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:53:55 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:35 jlam Exp $ # DISTNAME= procps-2.0.6 @@ -10,6 +10,8 @@ MASTER_SITES= ftp://people.redhat.com/johnsonm/procps/ MAINTAINER= hubertf@NetBSD.org COMMENT= Terminal version of xload +INSTALLATION_DIRS= bin man/man1 + do-build: cd ${WRKSRC} ; \ ${CC} ${CFLAGS} tload.c -o tload diff --git a/sysutils/tob/Makefile b/sysutils/tob/Makefile index 1b31ae3fc1b..9bd0fe8bc77 100644 --- a/sysutils/tob/Makefile +++ b/sysutils/tob/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:24:42 martti Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:36 jlam Exp $ DISTNAME= tob-0.25 CATEGORIES= sysutils @@ -16,6 +16,8 @@ CONF_FILES= ${EGDIR}/tob.rc ${PKG_SYSCONFDIR}/tob/tob.rc SUPPORT_FILES= ${EGDIR}/example.exclude ${PKG_SYSCONFDIR}/tob/volumes/example.exclude SUPPORT_FILES+= ${EGDIR}/example.startdir ${PKG_SYSCONFDIR}/tob/volumes/example.startdir +INSTALLATION_DIRS= man/man8 sbin + do-build: for f in tob tob.rc; do \ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f-pre && \ diff --git a/sysutils/user_darwin/Makefile b/sysutils/user_darwin/Makefile index 23510355ef0..d17149942a4 100644 --- a/sysutils/user_darwin/Makefile +++ b/sysutils/user_darwin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:30 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:36 jlam Exp $ # DISTNAME= user-20040801 @@ -18,6 +18,8 @@ NO_CONFIGURE= yes NO_TOOLS= yes NO_BUILD= yes +INSTALLATION_DIRS= sbin + do-install: ${INSTALL_SCRIPT} ${FILESDIR}/useradd.sh ${PREFIX}/sbin/useradd ${INSTALL_SCRIPT} ${FILESDIR}/userdel.sh ${PREFIX}/sbin/userdel diff --git a/sysutils/user_interix/Makefile b/sysutils/user_interix/Makefile index 519bc5a09b1..011570fc0fa 100644 --- a/sysutils/user_interix/Makefile +++ b/sysutils/user_interix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:30 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:36 jlam Exp $ # DISTNAME= user-20040426 @@ -18,6 +18,8 @@ NO_CONFIGURE= yes NO_TOOLS= yes NO_BUILD= yes +INSTALLATION_DIRS= sbin + do-install: .for f in useradd userdel groupadd groupdel ${INSTALL_SCRIPT} ${FILESDIR}/$f.sh ${PREFIX}/sbin/$f diff --git a/sysutils/xenvstat/Makefile b/sysutils/xenvstat/Makefile index ee28d468eb8..2d6d998fb31 100644 --- a/sysutils/xenvstat/Makefile +++ b/sysutils/xenvstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 18:03:23 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:36 jlam Exp $ DISTNAME= xenvstat-20041127 CATEGORIES= sysutils @@ -16,6 +16,8 @@ NO_CHECKSUM= yes LIBS= -lXmu -lXext -lXt -lX11 -lm +INSTALLATION_DIRS= bin lib/X11/app-defaults + .include "../../mk/x11.buildlink3.mk" do-extract: diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index 7e08cc1ab8c..47b054eeca4 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:23 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:36 jlam Exp $ # .include "../../sysutils/mbmon/Makefile.common" @@ -12,6 +12,8 @@ BUILD_TARGET= xmbmon LDFLAGS+= -Wl,-R${X11BASE}/lib +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/sysutils/xraidadmin/Makefile b/sysutils/xraidadmin/Makefile index c58ce7771a3..4f6ffa710eb 100644 --- a/sysutils/xraidadmin/Makefile +++ b/sysutils/xraidadmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:31 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:36 jlam Exp $ # DISTNAME= RAIDAdmin1.3archive @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/RAID\ Admin\ 1.3 NO_BUILD= # defined USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 +INSTALLATION_DIRS= bin do-configure: ${SED} -e 's|@SH@|${SH}|' -e 's|@PKG_JAVA_HOME@|${PKG_JAVA_HOME}|' \ diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile index 1ddd2f9ad20..94b089e640b 100644 --- a/sysutils/xuvmstat/Makefile +++ b/sysutils/xuvmstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:03:23 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:36 jlam Exp $ # DISTNAME= ${PKGNAME:S/-//} @@ -11,6 +11,8 @@ COMMENT= Graphical display for the current UVM status WRKSRC= ${WRKDIR}/xuvmstat +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: -- cgit v1.2.3