diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 19:05:31 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 19:05:31 +0000 |
commit | 5e0e72d5bddd22f697ecea7fb0409e71867a4ce5 (patch) | |
tree | db13a0ed49e2593504d9459b9dd52a589a1287ef /misc/astrolog | |
parent | 9d3e60aac99b474e2917035129bab4dafe6161ac (diff) | |
download | ports-5e0e72d5bddd22f697ecea7fb0409e71867a4ce5.tar.gz ports-5e0e72d5bddd22f697ecea7fb0409e71867a4ce5.zip |
Notes
Diffstat (limited to 'misc/astrolog')
-rw-r--r-- | misc/astrolog/Makefile | 9 | ||||
-rw-r--r-- | misc/astrolog/pkg-plist | 2 |
2 files changed, 5 insertions, 6 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 diff --git a/misc/astrolog/pkg-plist b/misc/astrolog/pkg-plist index c222d650e085..c382dfe7f097 100644 --- a/misc/astrolog/pkg-plist +++ b/misc/astrolog/pkg-plist @@ -1,5 +1,5 @@ bin/astrolog -lib/astrolog/astrolog.dat +lib/astrolog/astrolog.dat-dist lib/astrolog/LRZ5_24 lib/astrolog/CHI_24 lib/astrolog/CPJV_24 |