aboutsummaryrefslogtreecommitdiff
path: root/net/gnome-mud/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-27 15:01:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-27 15:01:03 +0000
commit7fd3a20b5a1ea5af6b414a8b0aa22eb106bd0961 (patch)
treedd667fe6c38e661f18f1df7b25ca648046be1731 /net/gnome-mud/Makefile
parent8dbd7a34c32b3ebc9d510c717f0113d176142dc3 (diff)
downloadports-7fd3a20b5a1ea5af6b414a8b0aa22eb106bd0961.tar.gz
ports-7fd3a20b5a1ea5af6b414a8b0aa22eb106bd0961.zip
Notes
Diffstat (limited to 'net/gnome-mud/Makefile')
-rw-r--r--net/gnome-mud/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile
index e10b881c21f3..f86506a52a29 100644
--- a/net/gnome-mud/Makefile
+++ b/net/gnome-mud/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gnome-mud
-PORTVERSION= 0.10.2
+PORTVERSION= 0.10.4
CATEGORIES= net gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= amcl
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK-based MUD client with triggers, aliases, colors, etc
@@ -24,10 +24,12 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+MAKE_ARGS= INTLTOOL_MERGE="${LOCALBASE}/bin/intltool-merge"
-MAN1= gnome-mud.1
+MAN6= gnome-mud.6
post-patch:
- @cd ${WRKSRC}/doc && ${LN} -sf gnome-mud.6 gnome-mud.1
+ @${REINPLACE_CMD} -e \
+ 's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>