aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-06-26 03:03:11 +0800
committeritetcu <itetcu@FreeBSD.org>2008-06-26 03:03:11 +0800
commite33d50ff8f1667bde86e1c570ff8dd41ebc0a016 (patch)
tree3cfd0955c9b189efd1cba76127df1ef900ea6363 /net-mgmt
parent8db31cfa5580d6387e865cc4d58189d856258539 (diff)
downloadfreebsd-ports-gnome-e33d50ff8f1667bde86e1c570ff8dd41ebc0a016.tar.gz
freebsd-ports-gnome-e33d50ff8f1667bde86e1c570ff8dd41ebc0a016.tar.zst
freebsd-ports-gnome-e33d50ff8f1667bde86e1c570ff8dd41ebc0a016.zip
- use s/[NO]PORTDOCS/[NO]PORTDATA/ where necessary
- bump PORTREVISION Submitted by: maintainer on private email
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/chillispot/Makefile4
-rw-r--r--net-mgmt/chillispot/pkg-plist16
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%%