90b24ff00b
And set it in the make environment. This fixes installation of man page as seen on DragonFly bulk build. Revision not bumped since no change for systems where this worked before.
21 lines
538 B
Makefile
21 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/01/24 20:22:35 reed Exp $
|
|
#
|
|
|
|
DISTNAME= dtcp-20050521
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.imasy.or.jp/~ume/ipv6/ \
|
|
http://home.jp.FreeBSD.org/~ume/ipv6/
|
|
|
|
MAINTAINER= hamajima@NetBSD.org
|
|
HOMEPAGE= http://www.imasy.or.jp/~ume/dtcp/
|
|
COMMENT= Dynamic Tunnel Configuration Protocol daemon and client
|
|
|
|
DEPENDS+= qpopper-[0-9]*:../../mail/qpopper
|
|
|
|
RCD_SCRIPTS= dtcpc dtcps
|
|
|
|
MAKE_ENV+= MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}
|
|
|
|
.include "../../lang/ruby/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|