diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-09 11:45:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-09 11:45:33 +0000 |
commit | 18097323ee893387e9be485eeb6a6144bbd01b3f (patch) | |
tree | 983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /misc/astrolog | |
parent | 66f4b365e36b992fc85c863a74869b7fea45911f (diff) | |
download | pkgsrc-18097323ee893387e9be485eeb6a6144bbd01b3f.tar.gz |
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 6 |
1 files changed, 3 insertions, 3 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} && \ |