diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-25 11:30:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-25 11:30:51 +0000 |
commit | f04a4ffd3fd1396b7687643d5c24c3f7eb8079fd (patch) | |
tree | 83110d0d3d841a5657425b6677186fd4befc00b6 /astro/xephem/Makefile | |
parent | Upgrade to 5.02. (diff) |
Upgrade to 3.5.
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 2d5eda6de1be..84d094a85515 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xephem -PORTVERSION= 3.4 -PORTREVISION= 1 +PORTVERSION= 3.5 +#PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \ ftp://iraf.noao.edu/contrib/xephem/ \ @@ -21,13 +21,12 @@ USE_MOTIF= yes USE_IMAKE= yes MAN1= xephem.1 -LIBSRC= ${WRKDIR}/${DISTNAME}/libastro - -pre-configure: - @(cd ${LIBSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF}) +LIBASTROSRC= ${WRKDIR}/${DISTNAME}/libastro +LIBIPSRC= ${WRKDIR}/${DISTNAME}/libip pre-build: - @(cd ${LIBSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET}) + @cd ${LIBASTROSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} + @cd ${LIBIPSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} @${ECHO} 'XEphem.ShareDir: ${PREFIX}/lib/X11/xephem' > ${WRKSRC}/XEphem.ad post-install: |