mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
package dist file, not current settings
This commit is contained in:
parent
9d3e60aac9
commit
5e0e72d5bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17711
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user