Skip to content

Commit

Permalink
net/py-avahi: Look for the service types DB in the correct location.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Nov 26, 2023
1 parent 20830a2 commit 08f3bc4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions net/py-avahi/Makefile
@@ -1,4 +1,4 @@
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net gnome python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= # empty
Expand Down Expand Up @@ -32,10 +32,6 @@ NO_ARCH= yes
post-extract:
${CP} ${FILESDIR}/build-db ${WRKSRC}/service-type-database

post-patch:
@${REINPLACE_CMD} -e 's|@pkglibdatadir@|${DATADIR}|' \
${WRKSRC}/avahi-python/avahi/ServiceTypeDatabase.py.in

do-build:
@${DO_MAKE_BUILD} -C ${BUILD_WRKSRC}
@${DO_MAKE_BUILD} -C ${WRKSRC}/service-type-database
Expand Down

0 comments on commit 08f3bc4

Please sign in to comment.