devel/dbus-tcl: make it build with out make, bump PORTREVISION
This commit is contained in:
parent
d68cc13214
commit
50702b585b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534161
1 changed files with 6 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue