From 18097323ee893387e9be485eeb6a6144bbd01b3f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Apr 2001 11:45:33 +0000 Subject: [PATCH] Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} --- audio/tracker/Makefile | 4 ++-- benchmarks/benchfft/Makefile | 4 ++-- benchmarks/bonnie/Makefile | 4 ++-- benchmarks/bytebench/Makefile | 4 ++-- benchmarks/dhrystone/Makefile | 4 ++-- benchmarks/fib/Makefile | 4 ++-- benchmarks/flops/Makefile | 4 ++-- benchmarks/hbench/Makefile | 4 ++-- benchmarks/heapsort/Makefile | 4 ++-- benchmarks/hint/Makefile | 4 ++-- benchmarks/iozone/Makefile | 4 ++-- benchmarks/linpack/Makefile | 4 ++-- benchmarks/lmbench/Makefile | 4 ++-- benchmarks/nsieve/Makefile | 4 ++-- benchmarks/paranoia/Makefile | 4 ++-- benchmarks/postmark/Makefile | 4 ++-- benchmarks/whetstone/Makefile | 4 ++-- converters/txt2html/Makefile | 4 ++-- devel/jakarta-ant/Makefile | 4 ++-- devel/rdp/Makefile | 4 ++-- mail/postfix/Makefile | 4 ++-- misc/astrolog/Makefile | 6 +++--- misc/jitterbug/Makefile | 8 ++++---- www/ap-auth-ldap/Makefile | 4 ++-- www/ap-auth-postgresql/Makefile | 4 ++-- 25 files changed, 53 insertions(+), 53 deletions(-) diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index d7960ab4d7bc..680dba9111ed 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/25 04:17:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/09 11:45:34 wiz Exp $ # FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp # @@ -31,7 +31,7 @@ pre-install: ${RM} -f tracker.info *.orig post-install: - -${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tracker + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tracker ${CP} -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 4876ff467f47..b775fd1e7f87 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 13:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/09 11:45:35 wiz Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -45,7 +45,7 @@ benchmark: .endif results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/submit.txt /tmp/benches/`domainname`/fft.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/bonnie/Makefile b/benchmarks/bonnie/Makefile index 4c7a61e0a478..297892b51dab 100644 --- a/benchmarks/bonnie/Makefile +++ b/benchmarks/bonnie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/02/16 13:37:45 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/09 11:45:35 wiz Exp $ # FreeBSD Id: Makefile,v 1.5 1997/11/26 23:09:14 jseger Exp # @@ -23,7 +23,7 @@ benchmark: @(cd ${WRKSRC}; ./bonnie | tee bonnie.out) results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile index 8ccf314e7974..8dad7bdf80fc 100644 --- a/benchmarks/bytebench/Makefile +++ b/benchmarks/bytebench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 13:37:46 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/09 11:45:36 wiz Exp $ DISTNAME= byte PKGNAME= bytebench-3.6 @@ -34,7 +34,7 @@ benchmark: | tee ${WRKSRC}/bytebench.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/bytebench.out /tmp/benches/`domainname`/bytebench.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile index 6884297ecbfb..cd5f1947d02d 100644 --- a/benchmarks/dhrystone/Makefile +++ b/benchmarks/dhrystone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/25 04:17:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $ DISTNAME= dhry2.1 PKGNAME= dhrystone-2.1 @@ -23,7 +23,7 @@ benchmark: -@${ECHO} 5000000 | ${WRKSRC}/dry2reg | tee -a ${WRKSRC}/dry.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/dry.out /tmp/benches/`domainname`/dhrystone.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/fib/Makefile b/benchmarks/fib/Makefile index 7aed0b1c67de..5b453884a810 100644 --- a/benchmarks/fib/Makefile +++ b/benchmarks/fib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $ DISTNAME= fib.c PKGNAME= fib-980203 @@ -25,7 +25,7 @@ benchmark: -@${WRKSRC}/fib | tee ${WRKSRC}/fib.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/fib.out /tmp/benches/`domainname`/fib.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/flops/Makefile b/benchmarks/flops/Makefile index 980a43ae962b..8537c8c9614c 100644 --- a/benchmarks/flops/Makefile +++ b/benchmarks/flops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:36 wiz Exp $ DISTNAME= flops PKGNAME= flops-2.0 @@ -29,7 +29,7 @@ benchmark: -@${WRKSRC}/flops | tee ${WRKSRC}/flops.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/flops.out /tmp/benches/`domainname`/flops.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile index a131d203af34..96a1f74f1ce7 100644 --- a/benchmarks/hbench/Makefile +++ b/benchmarks/hbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/22 13:27:27 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/04/09 11:45:36 wiz Exp $ DISTNAME= hbench-OS-1.0 PKGNAME= hbench-1.0 @@ -57,7 +57,7 @@ benchmark: ${MAKE} run results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@cd ${WRKSRC} ; \ tar -cf /tmp/benches/`domainname`/hbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results conf diff --git a/benchmarks/heapsort/Makefile b/benchmarks/heapsort/Makefile index e06bdbea1b0c..668d4b5dc313 100644 --- a/benchmarks/heapsort/Makefile +++ b/benchmarks/heapsort/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:37 wiz Exp $ DISTNAME= heapsort.c PKGNAME= heapsort-1.0 @@ -25,7 +25,7 @@ benchmark: -@${WRKSRC}/heapsort | tee ${WRKSRC}/heapsort.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/heapsort.out /tmp/benches/`domainname`/heapsort.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/hint/Makefile b/benchmarks/hint/Makefile index 961497436612..4a1d80ce3f1e 100644 --- a/benchmarks/hint/Makefile +++ b/benchmarks/hint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 13:37:52 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/09 11:45:37 wiz Exp $ # FreeBSD: Makefile,v 1.1.1.1 1998/06/15 18:09:43 ghelmer Exp # @@ -25,7 +25,7 @@ benchmark: cd ${WRKSRC} ; ${MKDIR} data ; ./DOUBLE | tee hint.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/hint.out /tmp/benches/`domainname`/hint.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index e5d37d9483e2..6d782c477477 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/16 13:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/09 11:45:37 wiz Exp $ DISTNAME= iozone3_9 PKGNAME= iozone-3.09 @@ -31,7 +31,7 @@ benchmark: @(cd ${WRKSRC}; ./iozone 100 | tee iozone.out) results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/iozone.out /tmp/benches/`domainname`/iozone.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/linpack/Makefile b/benchmarks/linpack/Makefile index c8c97c85683b..648584cee68d 100644 --- a/benchmarks/linpack/Makefile +++ b/benchmarks/linpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/31 10:09:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/09 11:45:38 wiz Exp $ DISTNAME= linpackc PKGNAME= linpack-940225 @@ -28,7 +28,7 @@ benchmark: -@${WRKSRC}/linpackd | tee ${WRKSRC}/linpackd.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/linpacks.out /tmp/benches/`domainname`/linpacks.`uname`-`uname -m`-`uname -r`.`hostname` -@${CP} ${WRKSRC}/linpackd.out /tmp/benches/`domainname`/linpackd.`uname`-`uname -m`-`uname -r`.`hostname` diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile index a5e7ca3419b9..fb03add04745 100644 --- a/benchmarks/lmbench/Makefile +++ b/benchmarks/lmbench/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/16 13:37:55 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/04/09 11:45:38 wiz Exp $ DISTNAME= lmbench-2alpha11 PKGNAME= lmbench-2.11a @@ -49,7 +49,7 @@ benchmark: .endif results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@cd ${PREFIX}/share/lmbench ; \ tar -cf /tmp/benches/`domainname`/lmbench.`uname`-`uname -m`-`uname -r`.`hostname`.tar results diff --git a/benchmarks/nsieve/Makefile b/benchmarks/nsieve/Makefile index 1de6f8d30ef9..44c7ec0882e3 100644 --- a/benchmarks/nsieve/Makefile +++ b/benchmarks/nsieve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/31 10:09:04 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:38 wiz Exp $ DISTNAME= nsieve.c PKGNAME= nsieve-1.2b @@ -25,7 +25,7 @@ benchmark: -@${WRKSRC}/nsieve | tee ${WRKSRC}/nsieve.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/nsieve.out /tmp/benches/`domainname`/nsieve.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile index c01e5410e853..033acd4aeeab 100644 --- a/benchmarks/paranoia/Makefile +++ b/benchmarks/paranoia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/31 10:09:05 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2001/04/09 11:45:38 wiz Exp $ DISTNAME= paranoia PKGNAME= paranoia-960101 @@ -22,7 +22,7 @@ benchmark: @(cd ${WRKSRC}; ./paranoia < ${FILESDIR}/paranoia.run | tee paranoia.out) results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/paranoia.out /tmp/benches/`domainname`/paranoia.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/postmark/Makefile b/benchmarks/postmark/Makefile index 9c57e4dfbf66..41b21b0c0b32 100644 --- a/benchmarks/postmark/Makefile +++ b/benchmarks/postmark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 13:37:57 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/09 11:45:39 wiz Exp $ # FreeBSD ID: ports/benchmarks/postmark/Makefile,v 1.2 1999/09/19 05:13:20 obrien Exp # @@ -29,7 +29,7 @@ benchmark: @(cd ${WRKSRC}; ${ECHO} run | ./postmark | tee postmark.out) results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/postmark.out /tmp/benches/`domainname`/postmark.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/whetstone/Makefile b/benchmarks/whetstone/Makefile index 5db0dd22e8b0..3b6b3af623b0 100644 --- a/benchmarks/whetstone/Makefile +++ b/benchmarks/whetstone/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/03/31 10:09:05 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2001/04/09 11:45:39 wiz Exp $ DISTNAME= whetstone PKGNAME= whetstone-1.2 @@ -22,7 +22,7 @@ benchmark: @${WRKSRC}/whetstone 80000 | tee ${WRKSRC}/whetstone.out results: - -@${MKDIR} /tmp/benches/`domainname` + @${MKDIR} /tmp/benches/`domainname` -@${CP} ${WRKSRC}/whetstone.out /tmp/benches/`domainname`/whetstone.`uname`-`uname -m`-`uname -r`.`hostname` .include "../../mk/bsd.pkg.mk" diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile index e45f984e7dda..a06c22298862 100644 --- a/converters/txt2html/Makefile +++ b/converters/txt2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/25 04:17:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/09 11:45:39 wiz Exp $ DISTNAME= txt2html-1.28 CATEGORIES= converters www @@ -17,7 +17,7 @@ do-configure: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/txt2html ${PREFIX}/bin - -${INSTALL_DATA_DIR} ${PREFIX}/share/txt2html + ${INSTALL_DATA_DIR} ${PREFIX}/share/txt2html ${INSTALL_DATA} ${WRKSRC}/txt2html.dict ${PREFIX}/share/txt2html ${INSTALL_DATA} ${WRKSRC}/sample.foot ${PREFIX}/share/txt2html ${INSTALL_DATA} ${WRKSRC}/sample.html ${PREFIX}/share/txt2html diff --git a/devel/jakarta-ant/Makefile b/devel/jakarta-ant/Makefile index d2f8f0a642b1..011353bd3050 100644 --- a/devel/jakarta-ant/Makefile +++ b/devel/jakarta-ant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/03/18 22:57:08 jwise Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/09 11:45:39 wiz Exp $ # # NOTE: if you are depending on ant from another package, please be aware that # the ant team has CHANGED the version numbering scheme. The previous version @@ -28,7 +28,7 @@ post-build: do-install: ${INSTALL_SCRIPT} ${WRKDIR}/ant ${PREFIX}/bin ${INSTALL_SCRIPT} ${FILESDIR}/antRun ${PREFIX}/bin - -${INSTALL_DATA_DIR} ${PREFIX}/lib/java + ${INSTALL_DATA_DIR} ${PREFIX}/lib/java ${INSTALL_DATA} ${WRKSRC}/lib/jaxp.jar ${PREFIX}/lib/java ${INSTALL_DATA} ${WRKSRC}/lib/parser.jar ${PREFIX}/lib/java ${INSTALL_DATA} ${WRKSRC}/build/lib/ant.jar ${PREFIX}/lib/java diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile index 70fcd03ae321..a51642b7ff38 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:40 wiz Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -19,7 +19,7 @@ NO_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdp ${PREFIX}/bin - -${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rdp + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rdp ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_case.ps ${PREFIX}/share/doc/rdp ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_supp.ps ${PREFIX}/share/doc/rdp ${INSTALL_DATA} ${WRKSRC}/rdp_doc/rdp_tut.ps ${PREFIX}/share/doc/rdp diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index d78b2538a9f0..255912a95405 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/04/08 10:53:25 itojun Exp $ +# $NetBSD: Makefile,v 1.34 2001/04/09 11:45:34 wiz Exp $ DISTNAME= postfix-20010228-pl01 PKGNAME= postfix-20010228-pl1 @@ -67,7 +67,7 @@ pre-install: post-install: ${INSTALL_DATA} ${WRKDIR}/mailer.conf.postfix ${PREFIX}/etc ${LN} -sf ${PREFIX}/share/postfix/postfix-script /etc/postfix - -${INSTALL_DATA_DIR} ${POSTFIX_SPOOL} + ${INSTALL_DATA_DIR} ${POSTFIX_SPOOL} ${CHMOD} 755 ${POSTFIX_SPOOL} ${TEST} -f /etc/postfix/main.cf || \ ${INSTALL_DATA} ${PREFIX}/share/postfix/main.cf /etc/postfix diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 18c6f2c788a0..5e8f47ae5822 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/02/25 04:18:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/09 11:45:35 wiz Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -24,7 +24,7 @@ ALL_TARGET= astrolog NO_WRKSUBDIR= yes do-install: - -@${INSTALL_DATA_DIR} ${PREFIX}/lib/astrolog + @${INSTALL_DATA_DIR} ${PREFIX}/lib/astrolog cd ${DISTDIR}/${DIST_SUBDIR} && \ ${INSTALL_DATA} ${EPHEM} ${PREFIX}/lib/astrolog cd ${WRKSRC} && \ @@ -34,7 +34,7 @@ do-install: ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog; \ fi cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin - -@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/astrolog + @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ ${INSTALL_DATA} Helpfile.530 ${PREFIX}/share/doc/astrolog cd ${WRKSRC} && \ diff --git a/misc/jitterbug/Makefile b/misc/jitterbug/Makefile index fdf081c80e8c..946474b14ff4 100644 --- a/misc/jitterbug/Makefile +++ b/misc/jitterbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/03/01 19:07:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/04/09 11:45:35 wiz Exp $ DISTNAME= jitterbug-1.6.2 WRKSRC= ${WRKDIR}/${PKGNAME}/source @@ -169,7 +169,7 @@ pre-install: do-install: ${INSTALL_DATA_DIR} ${PREFIX}/${JB_CONFIGDIR} - -${INSTALL_DATA_DIR} ${PREFIX}/${JB_DATADIR} + ${INSTALL_DATA_DIR} ${PREFIX}/${JB_DATADIR} ${INSTALL} -c -o ${JB_USER} -g ${JB_GROUP} -m 644 \ ${CONFIGDIR}/footer.html ${PREFIX}/${JB_CONFIGDIR} [ -f ${PREFIX}/${JB_DATADIR}/footer.html ] || \ @@ -200,7 +200,7 @@ do-install: [ -f ${PREFIX}/${JB_DATADIR}/users ] || \ ${INSTALL} -c -o ${JB_USER} -g ${JB_GROUP} -m 644 \ ${CONFIGDIR}/users ${PREFIX}/${JB_DATADIR} - -${INSTALL_PROGRAM_DIR} ${PREFIX}/${CGIBINDIR} + ${INSTALL_PROGRAM_DIR} ${PREFIX}/${CGIBINDIR} ${INSTALL} -c -o root -g nobody -m 4710 \ ${WRKSRC}/jitterbug ${PREFIX}/${CGIBINDIR}/${JB_PACKAGE} ${LN} -f ${PREFIX}/${CGIBINDIR}/${JB_PACKAGE} ${PREFIX}/${CGIBINDIR}/${JB_PACKAGE}.private @@ -237,7 +237,7 @@ do-install: >${PREFIX}/${JB_CONFIGDIR}/jitterbug.config ${CHOWN} -R ${JB_USER} ${PREFIX}/${JB_USER} ${CHGRP} -R ${JB_GROUP} ${PREFIX}/${JB_USER} - -${INSTALL_DATA_DIR} ${PREFIX}/etc/jitterbug + ${INSTALL_DATA_DIR} ${PREFIX}/etc/jitterbug [ -f ${PREFIX}/etc/jitterbug/${JB_PACKAGE} ] || \ ${INSTALL} -c -o ${JB_USER} -g ${JB_GROUP} -m 644 \ ${PREFIX}/${JB_CONFIGDIR}/jitterbug.config \ diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index 5a36b3cde803..03240429f7b5 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:33 wiz Exp $ DISTNAME= auth_ldap-1.5.2 PKGNAME= ap-auth-ldap-1.5.2 @@ -25,7 +25,7 @@ do-build: do-install: @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i auth_ldap.so - -${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_ldap + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_ldap ${INSTALL_DATA} ${WRKSRC}/FAQ.html \ ${PREFIX}/share/doc/mod_auth_ldap ${INSTALL_DATA} ${WRKSRC}/auth_ldap.html \ diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 553c7fbde784..9a01de8a50d4 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/03/27 03:20:21 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/04/09 11:45:34 wiz Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -23,7 +23,7 @@ do-build: do-install: @cd ${WRKSRC} && ${PREFIX}/sbin/apxs -i mod_auth_pg.so - -${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_pg + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_auth_pg ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.html ${PREFIX}/share/doc/mod_auth_pg ${INSTALL_DATA} ${WRKSRC}/mod_auth_pg.ko.html ${PREFIX}/share/doc/mod_auth_pg ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mod_auth_pg