devel/dbus-tcl: make it build with out make, bump PORTREVISION

This commit is contained in:
Pietro Cerutti 2020-05-06 09:47:52 +00:00
parent d68cc13214
commit 50702b585b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534161

View file

@ -3,7 +3,7 @@
PORTNAME= dbus-tcl
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/
DISTNAME= dbus-${PORTVERSION}
@ -16,20 +16,22 @@ LICENSE= ISCL
LIB_DEPENDS= libdbus-1.so:devel/dbus
BUILD_DEPENDS= dtplite:devel/tcllib
USES= pkgconfig tcl:tea
OPTIONS_DEFINE= DOCS
DOCSDIR= ${PREFIX}/share/doc/dbus
PORTDOCS= *
TEST_TARGET= do-test
USES= gmake pkgconfig tcl:tea
PLIST_FILES= lib/dbus/libdbus21.so.1 \
lib/dbus/pkgIndex.tcl \
man/mann/dbus.n.gz
post-patch:
${REINPLACE_CMD} -e '/^INSTALL_PROGRAM/s|$$| -s|' \
${REINPLACE_CMD} \
-e '/^INSTALL_PROGRAM/s|$$| -s|' \
-e 's|\$$\+|$$>|' \
${WRKSRC}/Makefile.in
do-test: