diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-25 19:03:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-25 19:03:11 +0000 |
commit | 924bd83c44c74d575be7f220daa4ff1e4dca8dd0 (patch) | |
tree | dea2059eb3c2e70e5afbc142991470d4c2ad24fd /net-mgmt/chillispot | |
parent | ae5549c4a1a23c333e2b0a8af7f9ed140c357aaa (diff) |
Notes
Diffstat (limited to 'net-mgmt/chillispot')
-rw-r--r-- | net-mgmt/chillispot/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/chillispot/pkg-plist | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/chillispot/Makefile b/net-mgmt/chillispot/Makefile index 545db9cdaa4d..45558aafbb23 100644 --- a/net-mgmt/chillispot/Makefile +++ b/net-mgmt/chillispot/Makefile @@ -7,7 +7,7 @@ PORTNAME= chillispot PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.chillispot.info/download/ \ http://www.geeklan.co.uk/files/ \ @@ -49,7 +49,7 @@ RUN_DEPENDS+= radiusd:${PORTSDIR}/net/openradius .endif post-install: -.if !defined(NOPORTDOCS) +.if !defined(NOPORTDATA) ${MKDIR} ${DATADIR} ${INSTALL_MAN} ${WRKSRC}/doc/chilli.conf ${DATADIR}/chilli.conf.sample ${INSTALL_MAN} ${WRKSRC}/doc/dictionary.chillispot ${DATADIR} diff --git a/net-mgmt/chillispot/pkg-plist b/net-mgmt/chillispot/pkg-plist index 022be5f5d91c..b0c64f815f6f 100644 --- a/net-mgmt/chillispot/pkg-plist +++ b/net-mgmt/chillispot/pkg-plist @@ -1,10 +1,10 @@ @unexec %D/etc/rc.d/chillispot forcestop 2>/dev/null || true sbin/chilli -%%DATADIR%%/chilli.conf.sample -%%DATADIR%%/dictionary.chillispot -%%DATADIR%%/freeradius.users -%%DATADIR%%/hotspotlogin.cgi -%%DATADIR%%/pf.conf.sample -%%DATADIR%%/ipfw-config.sample -%%DATADIR%%/installguide.txt -@dirrm %%DATADIR%% +%%PORTDATA%%%%DATADIR%%/chilli.conf.sample +%%PORTDATA%%%%DATADIR%%/dictionary.chillispot +%%PORTDATA%%%%DATADIR%%/freeradius.users +%%PORTDATA%%%%DATADIR%%/hotspotlogin.cgi +%%PORTDATA%%%%DATADIR%%/pf.conf.sample +%%PORTDATA%%%%DATADIR%%/ipfw-config.sample +%%PORTDATA%%%%DATADIR%%/installguide.txt +%%PORTDATA%%@dirrm %%DATADIR%% |