summaryrefslogtreecommitdiff
path: root/net/howl/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-11 14:12:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-11 14:12:03 +0000
commitf8c296625d566fcc517cf57f08f8048018e033a2 (patch)
tree3bb43a3ccda68169605dc8cd2e1c3b8277aa75f1 /net/howl/Makefile
parent- Update to 0.10.3 (diff)
- Update to 0.9.4
PR: ports/65418 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=106726
Diffstat (limited to 'net/howl/Makefile')
-rw-r--r--net/howl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile
index a68e760c9aea..16324fef90e6 100644
--- a/net/howl/Makefile
+++ b/net/howl/Makefile
@@ -5,8 +5,7 @@
#
PORTNAME= howl
-PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTVERSION= 0.9.4
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
@@ -20,6 +19,8 @@ USE_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+MAN8= mDNSResponder.8
+
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>