diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-29 16:01:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-29 16:01:40 +0000 |
commit | 1617d47fe5ee41df110efd7b7546d82666d68159 (patch) | |
tree | b50e246ad64c3180d2e7a8459e7289d11a687430 /net | |
parent | 934bab9b7189d6b013026300c910e69e5b96ee0d (diff) | |
download | pkgsrc-1617d47fe5ee41df110efd7b7546d82666d68159.tar.gz |
Needs pod2man
Diffstat (limited to 'net')
-rw-r--r-- | net/udpcast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile index c5d4ec542ee..1fa5e30ebc4 100644 --- a/net/udpcast/Makefile +++ b/net/udpcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/04/07 18:19:22 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/06/29 16:01:40 joerg Exp $ # DISTNAME= udpcast-20060619 @@ -11,7 +11,7 @@ COMMENT= Send data simultaneously to many destinations on a LAN PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl pod2man INSTALLATION_DIRS= sbin ${PKGMANDIR}/man1 |