diff options
author | ache <ache@FreeBSD.org> | 1999-04-08 03:05:31 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-04-08 03:05:31 +0800 |
commit | 44238a58aa99220e856d3f53c300cb999d540277 (patch) | |
tree | c8236e7f2d2ec85904aa78462feee1e98ccd31ab /misc | |
parent | 6eb73a7b84d6cf16903371a67f471e00df6bd3d6 (diff) | |
download | freebsd-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')
-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 |