diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-04-09 06:50:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-04-09 06:50:46 +0000 |
commit | 8351a4bcc2c23cfc8cc3fc95180b8ab3f663ec40 (patch) | |
tree | 87ec845e60826a99797d98ce7091a77d91f65151 /net/avahi | |
parent | b9889f258b35cb1fd91678eb52f7ef3548e981c5 (diff) | |
download | pkgsrc-8351a4bcc2c23cfc8cc3fc95180b8ab3f663ec40.tar.gz |
Fix MASTER_SITES and remove duplicate man page
* DISTNAME is distributed on github
* Remove duplicate man page. It is only for python option
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 4 | ||||
-rw-r--r-- | net/avahi/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index d468832ba75..3560257d655 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.62 2016/04/09 05:55:34 richard Exp $ +# $NetBSD: Makefile,v 1.63 2016/04/09 06:50:46 ryoon Exp $ DISTNAME= avahi-0.6.32 CATEGORIES= net -MASTER_SITES= http://avahi.org/download/ +MASTER_SITES= https://github.com/lathiat/avahi/releases/download/v${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://avahi.org/ diff --git a/net/avahi/PLIST b/net/avahi/PLIST index 91f6ed5c289..27dc4343374 100644 --- a/net/avahi/PLIST +++ b/net/avahi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2016/04/09 05:55:34 richard Exp $ +@comment $NetBSD: PLIST,v 1.10 2016/04/09 06:50:46 ryoon Exp $ bin/avahi-browse bin/avahi-browse-domains ${PLIST.ui}bin/avahi-discover-standalone @@ -78,7 +78,6 @@ ${PLIST.mono}lib/pkgconfig/avahi-ui-sharp.pc ${PLIST.gtk2}lib/pkgconfig/avahi-ui.pc man/man1/avahi-browse-domains.1 man/man1/avahi-browse.1 -man/man1/avahi-discover.1 man/man1/avahi-publish-address.1 man/man1/avahi-publish-service.1 man/man1/avahi-publish.1 |