diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-01-09 15:45:19 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-01-09 15:45:19 +0000 |
commit | 63c9ef98cac98f79e79b9c3768bad71ba63597c1 (patch) | |
tree | 0ad0f31a18beef87654d58604c5aace0b629c30a /textproc/modlogan/Makefile | |
parent | af567d5554bf83255a8383b882ed02823064ed32 (diff) | |
download | ports-63c9ef98cac98f79e79b9c3768bad71ba63597c1.tar.gz ports-63c9ef98cac98f79e79b9c3768bad71ba63597c1.zip |
Notes
Diffstat (limited to 'textproc/modlogan/Makefile')
-rw-r--r-- | textproc/modlogan/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 361fc3f41e2b..d25c94a4eeb8 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -6,9 +6,9 @@ # PORTNAME= modlogan -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.12 CATEGORIES= textproc www -MASTER_SITES= http://www.kneschke.de/projekte/modlogan/download/ \ +MASTER_SITES= http://jan.kneschke.de/projects/modlogan/download/ \ ${MASTER_SITE_SOURCEFORGE} MAINTAINER= Alexander@Leidinger.net @@ -31,7 +31,6 @@ LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client # Please don't remove the comments, as soon as autoconf/libtool get's # updated in the ports collection the comments may be removed. # They serve as a reminder. -#USE_AUTOCONF= yes #USE_LIBTOOL= yes INSTALLS_SHLIB= yes #LIBTOOLFLAGS= --disable-ltlibs --release-suffix @@ -43,11 +42,11 @@ CONFIGURE_ARGS+=--with-mysql CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" MAN1= modlogan.1 -DOC1= faq.txt glosar manual.txt plugin-options.txt \ +DOC1= faq.txt glosar manual.txt translations.txt \ using-plugins.txt writing-plugins.txt post-patch: - @${PERL} -pi -e 's:\@sysconfdir\@:${PREFIX}/etc/modlogan:g' ${WRKSRC}/doc/modlogan.conf-dist.in + @${PERL} -pi -e 's:\@config_path\@:${PREFIX}/etc/modlogan:g' ${WRKSRC}/doc/modlogan.conf-dist.in post-configure: ${TOUCH} ${WRKSRC}/libltdl/config.status @@ -60,7 +59,7 @@ post-install: .endfor .endif ${MKDIR} ${PREFIX}/share/examples/modlogan -.for i in footer.ihtml header.ihtml convert_history_to_07x.pl convert_to_055.pl convert_to_060.pl +.for i in footer.ihtml header.ihtml output.tmpl convert_history_to_07x.pl convert_to_055.pl convert_to_060.pl @${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/examples/modlogan/${i} .endfor @# remove .la (can't use USE_LIBTOOL) |