summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-06 13:33:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-06 13:33:01 +0000
commit47d41661c41f0844110833141f303a167dcddbc3 (patch)
tree91127552140a141f5b63ef164122a078014603c7 /irc
parent- Fix configure handling, this is not really a GNU configure (diff)
- Fix configure handling, this is not really a GNU configure
PR: 212075 Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=421426
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/irc/bitlbee/Makefile b/irc/bitlbee/Makefile
index 1a73b6620c6b..a35010db733b 100644
--- a/irc/bitlbee/Makefile
+++ b/irc/bitlbee/Makefile
@@ -18,7 +18,7 @@ SUB_FILES= pkg-message
PORTDOCS= AUTHORS CHANGES CREDITS FAQ README
PORTEXAMPLES= bitlbee.conf motd.txt
-GNU_CONFIGURE= yes
+HAS_CONFIGURE= yes
USES= gmake pkgconfig python:build
USE_RC_SUBR= bitlbee
USE_GNOME= glib20
@@ -46,7 +46,9 @@ LIBEVENT_DESC= Use libevent as event handler
OPTIONS_DEFAULT= GLIB GNUTLS JABBER OSCAR OTR TWITTER YAHOO
CONFIGURE_ARGS= --config=/var/db/bitlbee \
- --pcdir=${PREFIX}/libdata/pkgconfig
+ --pcdir=${PREFIX}/libdata/pkgconfig \
+ --prefix=${PREFIX} \
+ --mandir=${MANPREFIX}/man
DEBUG_CONFIGURE_ON= --debug=1
GNUTLS_CONFIGURE_ON= --ssl=gnutls