diff options
author | tg <tg@FreeBSD.org> | 2001-10-25 19:30:51 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-10-25 19:30:51 +0800 |
commit | 74c7f9af421232aaf850e4eeda41dbfce3fb0ae1 (patch) | |
tree | 4ebcb78bac2c0e9c92f311e28ae77b15877d295c /astro/xephem/Makefile | |
parent | e35b9b88802b568d9ad12e9b26d0ad754ad87ad7 (diff) | |
download | freebsd-ports-gnome-74c7f9af421232aaf850e4eeda41dbfce3fb0ae1.tar.gz freebsd-ports-gnome-74c7f9af421232aaf850e4eeda41dbfce3fb0ae1.tar.zst freebsd-ports-gnome-74c7f9af421232aaf850e4eeda41dbfce3fb0ae1.zip |
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: |