summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-09 11:45:33 +0000
committerwiz <wiz>2001-04-09 11:45:33 +0000
commitafa15ab46150dc752b9b329a40d2ebbfc34037a7 (patch)
tree983eb724fe1ff722e2ee13ead5cd2a7f8a091e31 /misc/astrolog
parent7fe6517cd0bad7ce3ed2c329a7fcd25222794c69 (diff)
downloadpkgsrc-afa15ab46150dc752b9b329a40d2ebbfc34037a7.tar.gz
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile6
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} && \