aboutsummaryrefslogtreecommitdiff
path: root/irc/bitlbee-mastodon/Makefile
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2020-05-08 10:55:30 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2020-05-08 10:55:30 +0000
commitc22846438bbe39f70b99f0585aac8ff5ffc75673 (patch)
tree4e9425d65aded5819745a3fb2b68ca7ea51900ef /irc/bitlbee-mastodon/Makefile
parentffdb0fb7a39fd0d5858339c4b65fa900cffb5f65 (diff)
downloadports-c22846438bbe39f70b99f0585aac8ff5ffc75673.tar.gz
ports-c22846438bbe39f70b99f0585aac8ff5ffc75673.zip
Notes
Diffstat (limited to 'irc/bitlbee-mastodon/Makefile')
-rw-r--r--irc/bitlbee-mastodon/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/irc/bitlbee-mastodon/Makefile b/irc/bitlbee-mastodon/Makefile
index b4817a94a293..0f9bc62e4de4 100644
--- a/irc/bitlbee-mastodon/Makefile
+++ b/irc/bitlbee-mastodon/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bitlbee-mastodon
DISTVERSIONPREFIX= v
-DISTVERSION= 1.4.3
+DISTVERSION= 1.4.4
CATEGORIES= irc
MAINTAINER= tobias.rehbein@web.de
@@ -22,14 +22,13 @@ GH_ACCOUNT= kensanata
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-plugindir=${PREFIX}/lib/bitlbee
+CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed
INSTALL_TARGET= install-strip
PLIST_FILES= lib/bitlbee/mastodon.so \
share/bitlbee/mastodon-help.txt
-BINARY_ALIAS= sed=gsed
-
pre-configure:
- cd ${WRKSRC} && ./autogen.sh
+ cd ${WRKSRC} && ${SH} autogen.sh
.include <bsd.port.mk>