aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/modlogan/Makefile
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2003-01-02 21:50:35 +0800
committernetchild <netchild@FreeBSD.org>2003-01-02 21:50:35 +0800
commit86035782b708e51c5b765d801f2e1d29b1c68efc (patch)
treec840665b85bc5a89095c7c8b617ef6f5e6f78636 /textproc/modlogan/Makefile
parent734f9f32232b69ba08bec7064f4737a295ad88e8 (diff)
downloadfreebsd-ports-gnome-86035782b708e51c5b765d801f2e1d29b1c68efc.tar.gz
freebsd-ports-gnome-86035782b708e51c5b765d801f2e1d29b1c68efc.tar.zst
freebsd-ports-gnome-86035782b708e51c5b765d801f2e1d29b1c68efc.zip
Update to 0.8.2.
New: - rsync parser - a 'localizer' Fixes: - segfault using the realserver parser - segfault when the state-file-dir has wrong permissions
Diffstat (limited to 'textproc/modlogan/Makefile')
-rw-r--r--textproc/modlogan/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile
index b46cf01cbf71..6832830a6439 100644
--- a/textproc/modlogan/Makefile
+++ b/textproc/modlogan/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= modlogan
-PORTVERSION= 0.8.1
+PORTVERSION= 0.8.2
CATEGORIES= textproc www
MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \
${MASTER_SITE_SOURCEFORGE}
@@ -34,10 +34,9 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
#LIBTOOLFLAGS= --disable-ltlibs --release-suffix
USE_REINPLACE= yes
-# XXX: remove PERL5 in next release, already fixed in modlogan-CVS.
-USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include
+CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
+ --program-transform-name=\'\'
.if defined(WITH_MYSQL)
CONFIGURE_ARGS+=--with-mysql
.endif
@@ -66,8 +65,6 @@ post-install:
.endfor
@# remove .la
-${RM} ${PREFIX}/lib/libmla_*.la
- ${MV} ${PREFIX}/bin/${CONFIGURE_TARGET}-modlogan ${PREFIX}/bin/modlogan
- ${MV} ${PREFIX}/man/man1/${CONFIGURE_TARGET}-modlogan.1 ${PREFIX}/man/man1/modlogan.1
.for i in css conf def.conf
[ -f ${PREFIX}/etc/modlogan/modlogan.${i} ] || ${INSTALL_DATA} ${PREFIX}/etc/modlogan/modlogan.${i}-dist ${PREFIX}/etc/modlogan/modlogan.${i}
.endfor