diff options
author | bsam <bsam@FreeBSD.org> | 2006-09-29 05:19:50 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-09-29 05:19:50 +0800 |
commit | 6c087009f4e650471af8e1bad93b7377e703bf78 (patch) | |
tree | 7a322144df1d6d3da49780b57bce64f4c0a3b9c4 /dns/mdnsd/Makefile | |
parent | c381a7902d334faf79a637a91ab41c02b636061b (diff) | |
download | freebsd-ports-gnome-6c087009f4e650471af8e1bad93b7377e703bf78.tar.gz freebsd-ports-gnome-6c087009f4e650471af8e1bad93b7377e703bf78.tar.zst freebsd-ports-gnome-6c087009f4e650471af8e1bad93b7377e703bf78.zip |
- gcc -Wall cleanup patches, contributed by Pietro Cerutti; [1]
- divide proposed files/patch-aa into several files.
PR: 103771 [1]
Submitted by: Dan Pelleg <daniel+mdnsd at pelleg.org> (maintainer) [1]
Diffstat (limited to 'dns/mdnsd/Makefile')
-rw-r--r-- | dns/mdnsd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/mdnsd/Makefile b/dns/mdnsd/Makefile index 78aa93f02b8f..76a9cfda5c20 100644 --- a/dns/mdnsd/Makefile +++ b/dns/mdnsd/Makefile @@ -7,6 +7,7 @@ PORTNAME= mdnsd PORTVERSION= 0.7G +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://dotlocal.org/${PORTNAME}/ \ http://web.cs.cmu.edu/~dpelleg/download/ @@ -14,6 +15,9 @@ MASTER_SITES= http://dotlocal.org/${PORTNAME}/ \ MAINTAINER= daniel+mdnsd@pelleg.org COMMENT= Advertise a service via Rendezvous +PLIST_FILES= bin/mhttp\ + bin/mquery + do-install: @${ECHO_MSG} "Installing files" .for i in mhttp mquery |