summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-11 08:41:40 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-11 08:41:40 +0000
commit2818642b714d5da6c7d6a235b929b37778d68400 (patch)
tree3d72da9c52efb5e13a85f1fb017119f6bade793b /net-im
parentUpdate to 2.10.1. (diff)
Optimize USE_RC_SUBR-usage: USE_RC_SUBR=foo.sh instead of having to set
three separate variables
Notes
Notes: svn path=/head/; revision=133005
Diffstat (limited to 'net-im')
-rw-r--r--net-im/jabber/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile
index 65a96b3c098f..b6cc5d1776ea 100644
--- a/net-im/jabber/Makefile
+++ b/net-im/jabber/Makefile
@@ -19,9 +19,7 @@ COMMENT= Online presence and instant messaging server
LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth \
expat.5:${PORTSDIR}/textproc/expat2
-USE_RC_SUBR= yes
-SUB_FILES= jabberd.sh
-SUB_LIST= RC_SUBR=${RC_SUBR}
+USE_RC_SUBR= jabberd.sh
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes