diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-26 13:53:05 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-26 13:53:05 +0000 |
commit | 9bccb8fe0bef19b10f6f2526058c821274a9579e (patch) | |
tree | f99fe6911fc8a8f19864889af71a4e2579503c9b /astro/xtide | |
parent | 340b825002331dbc43e2eff62cdf2c1cd1b7f047 (diff) | |
download | ports-9bccb8fe0bef19b10f6f2526058c821274a9579e.tar.gz ports-9bccb8fe0bef19b10f6f2526058c821274a9579e.zip |
Notes
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 5 | ||||
-rw-r--r-- | astro/xtide/files/patch-aa | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index a7324d28639e..021cf769b1a8 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -18,13 +18,16 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png USE_X_PREFIX= yes -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes MAN1= xtide.1 tide.1 MANCOMPRESSED= no post-extract: @${GZCAT} ${DISTDIR}/harmonics.world.gz > ${WRKSRC}/harmonics +post-patch: + @${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/TideContext.cc + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tide ${PREFIX}/bin diff --git a/astro/xtide/files/patch-aa b/astro/xtide/files/patch-aa index 30ba0acb9726..ff2730eac2e4 100644 --- a/astro/xtide/files/patch-aa +++ b/astro/xtide/files/patch-aa @@ -13,7 +13,7 @@ } } if (hfile_path.isNull()) -! hfile_path = "/usr/X11R6/share/xtide/harmonics"; +! hfile_path = "%%PREFIX%%/share/xtide/harmonics"; harmonicsPath = new HarmonicsPath (hfile_path); homedir = getenv ("HOME"); |