diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-02 04:02:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-02 04:02:06 +0800 |
commit | f308a64ae086a5c65b03d3c829c26f2733f1b22a (patch) | |
tree | ccdcbec5321c25915a1e2f685144ca7db97ea726 /net/avahi-sharp | |
parent | 7dc38b47935b7f4115ee55bf8bbfd11307f5b7a1 (diff) | |
download | freebsd-ports-gnome-f308a64ae086a5c65b03d3c829c26f2733f1b22a.tar.gz freebsd-ports-gnome-f308a64ae086a5c65b03d3c829c26f2733f1b22a.tar.zst freebsd-ports-gnome-f308a64ae086a5c65b03d3c829c26f2733f1b22a.zip |
Drop :keepla from libtool USES.
While here fix some stage qa issues, in a couple of these ports.
Diffstat (limited to 'net/avahi-sharp')
-rw-r--r-- | net/avahi-sharp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/avahi-sharp/Makefile b/net/avahi-sharp/Makefile index d867b5312df4..e0749fb070bb 100644 --- a/net/avahi-sharp/Makefile +++ b/net/avahi-sharp/Makefile @@ -27,4 +27,7 @@ post-patch: ${BUILD_WRKSRC}/avahi-sharp.dll.config.in @${CP} ${WRKSRC}/avahi-sharp/avahi-sharp.dll.config.in ${WRKSRC}/avahi-sharp/avahi-sharp.dll.config +post-install: + @${RMDIR} ${STAGEDIR}${PREFIX}/etc/avahi + .include "${MASTERDIR}/Makefile" |