diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index 0812bccd58dd..f19713b42bf4 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -1,43 +1,44 @@ PORTNAME= chillispot PORTVERSION= 1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= net-mgmt MASTER_SITES= http://www.chillispot.info/download/ \ http://www.geeklan.co.uk/files/ \ http://www.venture37.com/files/ MAINTAINER= venture37@geeklan.co.uk COMMENT= Wireless LAN Access Point Controller WWW= http://www.chillispot.info CONFLICTS= coovachilli USES= compiler:nestedfct shebangfix SHEBANG_FILES= doc/hotspotlogin.cgi GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS=-sysconfdir=${PREFIX}/etc USE_RC_SUBR= chillispot SUB_FILES= pkg-message installguide.txt OPTIONS_DEFINE= APACHE RADIUS OPTIONS_SINGLE= RADIUS OPTIONS_SINGLE_RADIUS= FREERADIUS OPENRADIUS FREERADIUS_DESC=depend on FreeRADIUS OPENRADIUS_DESC=depend on OpenRADIUS APACHE_USES= apache:run FREERADIUS_RUN_DEPENDS= radiusd:net/freeradius OPENRADIUS_RUN_DEPENDS= radiusd:net/openradius post-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/chilli.conf ${STAGEDIR}${DATADIR}/chilli.conf.sample ${INSTALL_DATA} ${WRKSRC}/doc/dictionary.chillispot ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/freeradius.users ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/hotspotlogin.cgi ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKDIR}/installguide.txt ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${FILESDIR}/pf.conf.sample ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${FILESDIR}/ipfw-config.sample ${STAGEDIR}${DATADIR} .include diff --git a/net-mgmt/chillispot/pkg-plist b/net-mgmt/chillispot/pkg-plist index 50724f49b4c5..22749c4a3cb5 100644 --- a/net-mgmt/chillispot/pkg-plist +++ b/net-mgmt/chillispot/pkg-plist @@ -1,9 +1,9 @@ sbin/chilli -man/man8/chilli.8.gz +share/man/man8/chilli.8.gz %%DATADIR%%/chilli.conf.sample %%DATADIR%%/dictionary.chillispot %%DATADIR%%/freeradius.users %%DATADIR%%/hotspotlogin.cgi %%DATADIR%%/pf.conf.sample %%DATADIR%%/ipfw-config.sample %%DATADIR%%/installguide.txt