diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 85c1ff418272..fe15842a3816 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -1,33 +1,34 @@ PORTNAME= ap-utils PORTVERSION= 1.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= david@catwhisker.org COMMENT= Set of utilities to configure and monitor wireless access points WWW= https://ap-utils.polesye.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= iconv ncurses tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lintl OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls .include .if ! ${PORT_OPTIONS:MNLS} BROKEN= Does not build without gettext .endif post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/Documentation && \ ${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${STAGEDIR}${DOCSDIR} .include diff --git a/net-mgmt/ap-utils/pkg-plist b/net-mgmt/ap-utils/pkg-plist index 85eb9a699466..d174ac7131f5 100644 --- a/net-mgmt/ap-utils/pkg-plist +++ b/net-mgmt/ap-utils/pkg-plist @@ -1,16 +1,16 @@ bin/ap-config bin/ap-mrtg bin/ap-gl -man/man8/ap-trapd.8.gz -man/man8/ap-mrtg.8.gz -man/man8/ap-config.8.gz +share/man/man8/ap-trapd.8.gz +share/man/man8/ap-mrtg.8.gz +share/man/man8/ap-config.8.gz sbin/ap-trapd %%NLS%%share/locale/fr/LC_MESSAGES/ap-utils.mo %%NLS%%share/locale/nl/LC_MESSAGES/ap-utils.mo %%NLS%%share/locale/pl/LC_MESSAGES/ap-utils.mo %%NLS%%share/locale/ro/LC_MESSAGES/ap-utils.mo %%NLS%%share/locale/uk/LC_MESSAGES/ap-utils.mo %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/Ovislink-HOWTO.html %%PORTDOCS%%%%DOCSDIR%%/HARDWARE-NOTES %%PORTDOCS%%%%DOCSDIR%%/README.ap-gl