aboutsummaryrefslogtreecommitdiffstats
path: root/misc/astrolog/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1999-04-08 03:05:31 +0800
committerache <ache@FreeBSD.org>1999-04-08 03:05:31 +0800
commit44238a58aa99220e856d3f53c300cb999d540277 (patch)
treec8236e7f2d2ec85904aa78462feee1e98ccd31ab /misc/astrolog/Makefile
parent6eb73a7b84d6cf16903371a67f471e00df6bd3d6 (diff)
downloadfreebsd-ports-gnome-44238a58aa99220e856d3f53c300cb999d540277.tar.gz
freebsd-ports-gnome-44238a58aa99220e856d3f53c300cb999d540277.tar.zst
freebsd-ports-gnome-44238a58aa99220e856d3f53c300cb999d540277.zip
package dist file, not current settings
Diffstat (limited to 'misc/astrolog/Makefile')
-rw-r--r--misc/astrolog/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index 9adbd5d34608..5bb9b7528605 100644
--- a/misc/astrolog/Makefile
+++ b/misc/astrolog/Makefile
@@ -7,7 +7,7 @@
# Date created: 31 July 1995
# Whom: faulkner@cactus.org
#
-# $Id: Makefile,v 1.14 1999/02/03 11:11:54 asami Exp $
+# $Id: Makefile,v 1.15 1999/04/03 02:02:12 ache Exp $
#
DISTNAME= ast54unx
@@ -34,10 +34,9 @@ do-install:
-@${MKDIR} ${PREFIX}/lib/astrolog
cd ${DISTDIR}/${DIST_SUBDIR} && \
${INSTALL_DATA} ${EPHEM} ${PREFIX}/lib/astrolog
- cd ${WRKSRC} && \
- if [ -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
- ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog/astrolog.dat-dist; \
- else \
+ cd ${WRKSRC}; \
+ ${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog/astrolog.dat-dist; \
+ if [ ! -f ${PREFIX}/lib/astrolog/astrolog.dat ] ; then \
${INSTALL_DATA} astrolog.dat ${PREFIX}/lib/astrolog; \
fi
cd ${WRKSRC} && ${INSTALL_PROGRAM} astrolog ${PREFIX}/bin