aboutsummaryrefslogtreecommitdiffstats
path: root/irc/lostirc/Makefile
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-02-11 05:49:03 +0800
committerlinimon <linimon@FreeBSD.org>2004-02-11 05:49:03 +0800
commitebb0c05929782884c9de13ed6f9b894164dfbe1c (patch)
tree2da873b01748b71240da94271930ce5569eee0a0 /irc/lostirc/Makefile
parent6dd319f077f18c8261fe0995ed24a15dc96b9f13 (diff)
downloadfreebsd-ports-gnome-ebb0c05929782884c9de13ed6f9b894164dfbe1c.tar.gz
freebsd-ports-gnome-ebb0c05929782884c9de13ed6f9b894164dfbe1c.tar.zst
freebsd-ports-gnome-ebb0c05929782884c9de13ed6f9b894164dfbe1c.zip
Update to 0.3.2: lots of bugfixes, many of which do not apply to FreeBSD.
See ChangeLog for details. PR: ports/ Submitted by: Juan Salaverria <rael@vectorstar.net> (maintainer)
Diffstat (limited to 'irc/lostirc/Makefile')
-rw-r--r--irc/lostirc/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index 1e30ac7d9d61..98c0b6559fc0 100644
--- a/irc/lostirc/Makefile
+++ b/irc/lostirc/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= lostirc
-PORTVERSION= 0.2.7
-PORTREVISION= 2
+PORTVERSION= 0.3.2
CATEGORIES= irc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
+ http://demian.dyndns.org/src/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= rael@vectorstar.net
@@ -38,8 +38,8 @@ post-patch:
${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
pre-install:
- ${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/intl/Makefile
- ${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/po/Makefile
+ ${REINPLACE_CMD} -E 's|mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)|mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) "${ECHO} $(MKINSTALLDIRS)" ;; *) "${ECHO} $(top_builddir)/$(MKINSTALLDIRS)" ;; esac`|g' ${WRKSRC}/intl/Makefile
+ ${REINPLACE_CMD} -E 's|mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)|mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) "${ECHO} $(MKINSTALLDIRS)" ;; *) "${ECHO} $(top_builddir)/$(MKINSTALLDIRS)" ;; esac`|g' ${WRKSRC}/po/Makefile
post-install:
.if !defined(NOPORTDOCS)