diff options
author | wiz <wiz> | 2001-04-09 11:45:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-09 11:45:33 +0000 |
commit | afa15ab46150dc752b9b329a40d2ebbfc34037a7 (patch) | |
tree | 983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /misc | |
parent | 7fe6517cd0bad7ce3ed2c329a7fcd25222794c69 (diff) | |
download | pkgsrc-afa15ab46150dc752b9b329a40d2ebbfc34037a7.tar.gz |
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 6 | ||||
-rw-r--r-- | misc/jitterbug/Makefile | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 18c6f2c788a..5e8f47ae582 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 fdf081c80e8..946474b14ff 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 \ |