diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-17 04:01:01 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-10-17 04:01:01 +0000 |
commit | f1393f84fb581caef1a013016136549c8d342c5c (patch) | |
tree | 4e6ee10cd3e03190791fa22ea0b3c64d19c7d62f /net/mrouted/Makefile | |
parent | b07545a0d4b4267100db93ca83a6a1459176965e (diff) |
Notes
Diffstat (limited to 'net/mrouted/Makefile')
-rw-r--r-- | net/mrouted/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile index 4c960ea0d85f..ad22d1bf492c 100644 --- a/net/mrouted/Makefile +++ b/net/mrouted/Makefile @@ -18,16 +18,17 @@ USE_BZIP2= yes USE_GMAKE= yes MAKE_ARGS= sysconfdir=${PREFIX}/etc \ mandir=${MAN8PREFIX}/man/man8 - -MAN8= map-mbone.8 mrouted.8 mrinfo.8 mtrace.8 PORTDOCS= README AUTHORS ChangeLog - PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \ - etc/mrouted.conf + etc/mrouted.conf man/man8/map-mbone.8.gz \ + man/man8/mrinfo.8.gz man/man8/mrouted.8.gz \ + man/man8/mtrace.8.gz +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> -.ifdef NOPORTDOCS -MAKE_ARGS+= datadir=${WRKDIR}/doc +.if ${PORT_OPTIONS:MDOCS} +MAKE_ARGS+= datadir=${DOCSDIR} doc=yes .endif -NO_STAGE= yes .include <bsd.port.mk> |