aboutsummaryrefslogtreecommitdiff
path: root/net/avahi-header
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-14 16:25:21 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-14 16:25:21 +0000
commit054ac7ea5014455293b868fbf962996d6beef5e3 (patch)
tree07bb0ff9643ebd3d1234686814d66bf988752901 /net/avahi-header
parentaea168d84548d96ab45ee9e1825476fba3f40bc9 (diff)
downloadports-054ac7ea5014455293b868fbf962996d6beef5e3.tar.gz
ports-054ac7ea5014455293b868fbf962996d6beef5e3.zip
Update to new lib_depends syntax, stageify,
Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.
Notes
Notes: svn path=/head/; revision=336457
Diffstat (limited to 'net/avahi-header')
-rw-r--r--net/avahi-header/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/avahi-header/Makefile b/net/avahi-header/Makefile
index 2ce09e26400a..c01960844085 100644
--- a/net/avahi-header/Makefile
+++ b/net/avahi-header/Makefile
@@ -20,10 +20,9 @@ AVAHI_SLAVE= header
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${MKDIR} ${PREFIX}/include/avahi-ui
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/include/avahi-ui
${INSTALL_DATA} ${BUILD_WRKSRC}/avahi-ui.h \
- ${PREFIX}/include/avahi-ui/
+ ${STAGEDIR}/${PREFIX}/include/avahi-ui/
.include "${MASTERDIR}/Makefile"