Skip to content

Commit

Permalink
textproc/modlogan: move man to share/man and fix dependencies
Browse files Browse the repository at this point in the history
Noticed by:	diizzy
  • Loading branch information
netchild committed Mar 3, 2024
1 parent 2a0407d commit 5c32708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion textproc/modlogan/Makefile
@@ -1,6 +1,6 @@
PORTNAME= modlogan
PORTVERSION= 0.8.13
PORTREVISION= 18
PORTREVISION= 19
CATEGORIES= textproc www
MASTER_SITES= http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/

Expand All @@ -11,6 +11,7 @@ WWW= https://sourceforge.net/projects/modlogan/
LIB_DEPENDS= libadns.so:dns/adns \
libgd.so:graphics/gd \
libpcre.so:devel/pcre \
libpng16.so:graphics/png \
libexpat.so:textproc/expat2

USES= cpe gettext libtool
Expand All @@ -22,6 +23,7 @@ OPTIONS_DEFINE= DOCS MYSQL
# They serve as a reminder.
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+=--enable-ltdl-install=no --with-gd=${LOCALBASE}/include \
--program-transform-name=\'\'
MYSQL_CONFIGURE_ON= --with-mysql
Expand Down
2 changes: 1 addition & 1 deletion textproc/modlogan/pkg-plist
Expand Up @@ -94,7 +94,7 @@ lib/libmla_processor_telecom.a
lib/libmla_processor_telecom.so
lib/libmla_processor_web.a
lib/libmla_processor_web.so
man/man1/modlogan.1.gz
share/man/man1/modlogan.1.gz
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
%%PORTDOCS%%%%DOCSDIR%%/glosar
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
Expand Down

0 comments on commit 5c32708

Please sign in to comment.