diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-02 09:14:04 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-02 09:14:04 +0800 |
commit | 847f0bffd71d23a0d0e9463a8a01b1a21977bd7b (patch) | |
tree | 1a03098eb158da63c994201964f933163a72ecdc /astro/xplanet/Makefile | |
parent | 0366b249735eada4861c8514df8cdd21e5226c59 (diff) | |
download | freebsd-ports-gnome-847f0bffd71d23a0d0e9463a8a01b1a21977bd7b.tar.gz freebsd-ports-gnome-847f0bffd71d23a0d0e9463a8a01b1a21977bd7b.tar.zst freebsd-ports-gnome-847f0bffd71d23a0d0e9463a8a01b1a21977bd7b.zip |
Update port to 0.50
PR: 17107
Submitted by: Maintainer
Diffstat (limited to 'astro/xplanet/Makefile')
-rw-r--r-- | astro/xplanet/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index a3178696ee14..e5c3ec7b9631 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: xplanet -# Version required: 0.45 +# Version required: 0.50 # Date created: 22 Feb 2000 # Whom: darius@dons.net.au # # $FreeBSD$ # -DISTNAME= xplanet-0.45 +DISTNAME= xplanet-0.50 CATEGORIES= astro x11 -MASTER_SITES= http://www.wrightflyer.org/~hari/xplanet/ \ +MASTER_SITES= http://www.alumni.caltech.edu/~hari/xplanet/ \ http://www.radcyberzine.com/xglobe/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} photo_1600.jpg @@ -70,6 +70,9 @@ pre-fetch: @${ECHO} "Define USE_TK80, USE_TK81, USE_TK82, or USE_Tk83" @${ECHO} "To use a different version of TK" +pre-configure: + @${PERL} -pi -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure + pre-build: @${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/auxfiles.h |