diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-16 17:55:54 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-09-16 17:55:54 +0000 |
commit | d7d73fdeb178146bdcb89da9465d9fcef57ce5c4 (patch) | |
tree | 4cef71869276f607c7e59933e0af116c96fae6fb /astro/xtide/Makefile | |
parent | 21d1d57061465a55b085d0e1923a7eb36f789041 (diff) | |
download | ports-d7d73fdeb178146bdcb89da9465d9fcef57ce5c4.tar.gz ports-d7d73fdeb178146bdcb89da9465d9fcef57ce5c4.zip |
- Update to 2.11
- Pet portlint
PR: ports/150596
Submitted by: Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by: beat (co-mentor)
Notes
Notes:
svn path=/head/; revision=261290
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r-- | astro/xtide/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 86945b81e4d5..a31d03e9de48 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xtide -PORTVERSION= 2.10 -PORTREVISION= 4 +PORTVERSION= 2.11 CATEGORIES= astro geography MASTER_SITES= ftp://ftp.flaterco.com/xtide/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ @@ -32,8 +31,8 @@ MAN8= xttpd.8 PLIST_DIRS= %%DATADIR%% .if defined(WITHOUT_X11) -PKGNAMESUFFIX= -nox11 -ALL_TARGET= tide xttpd +PKGNAMESUFFIX= -nox11 +ALL_TARGET= tide xttpd .else USE_XORG= xpm xaw USE_GNOME= gnometarget @@ -47,8 +46,8 @@ LDFLAGS= -L../libtcd-2.2.4/.libs -L${LOCALBASE}/lib .include <bsd.port.pre.mk> post-extract: - @cd $(DISTDIR);${TAR} xzf ${DISTDIR}/harmonics-dwf-20091227-free.tar.bz2 - @$(MV) $(DISTDIR)/harmonics-dwf-20091227-free.tcd \ + @cd ${DISTDIR};${TAR} xzf ${DISTDIR}/harmonics-dwf-20091227-free.tar.bz2 + @${MV} ${DISTDIR}/harmonics-dwf-20091227-free.tcd \ ${WRKSRC}/harmonics.tcd post-patch: @@ -56,9 +55,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ -e 's|png_check_sig|png_sig_cmp|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/configure -.for file in Global.cc HarmonicsPath.cc wvsrtv.cc - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${file} -.endfor + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Global.cc pre-configure: @cd ${WRKDIR}/libtcd-2.2.4 \ |