diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 00:04:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 00:04:34 +0000 |
commit | 530019b51dce99e417df538c0bda69023d179374 (patch) | |
tree | 6561d4a85a2a7a86d9c6604b9db52db716d3de34 /astro/xtide/Makefile | |
parent | s/gopher2\.3/gopher2_3/ (diff) |
Get the harmonics file from harmonics.world.gz. Also for now remove
USE_X_PREFIX since this port was trying to install a file in
${X11BASE}/sbin but not creating the directory first. This is not
100% correct but it will fix builds on bento for now.
PR: 18260
Submitted by: partially by maintainer
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r-- | astro/xtide/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 3c9dab0c1325..c0b29dee0acc 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -9,7 +9,7 @@ PORTNAME= xtide PORTVERSION= 2.2 CATEGORIES= astro MASTER_SITES= ftp://ftp.flaterco.com/xtide/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.world.gz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= patseal@hyperhost.net @@ -17,17 +17,14 @@ MAINTAINER= patseal@hyperhost.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png -# www.universe.digex.net is broken -FETCH_BEFORE_ARGS= -t - -USE_X_PREFIX= yes +USE_XLIB= yes HAS_CONFIGURE= yes MAN1= xtide.1 tide.1 MAN8= xttpd.8 MANCOMPRESSED= no post-extract: - @${GZCAT} ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics + @${GZCAT} ${DISTDIR}/harmonics.world.gz > ${WRKSRC}/harmonics do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin |