diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:15:12 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-09-12 11:15:12 +0000 |
commit | 4f332cfe12761a0693004c2fe6149876a82edca6 (patch) | |
tree | 3edb2117bc9b420378c2008ce5074075b541c99a /misc | |
parent | c7da79075ca017ee2eabb6a2cbe6b588f83f4307 (diff) | |
download | pkgsrc-4f332cfe12761a0693004c2fe6149876a82edca6.tar.gz |
Add USE_TOOLS+=nroff to packages which generate catman pages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colorls/Makefile | 3 | ||||
-rw-r--r-- | misc/team/Makefile | 3 | ||||
-rw-r--r-- | misc/watch/Makefile | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile index 5879e8e6c58..3c5f8c11f75 100644 --- a/misc/colorls/Makefile +++ b/misc/colorls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2013/04/06 03:45:17 rodent Exp $ +# $NetBSD: Makefile,v 1.28 2013/09/12 11:15:12 jperkin Exp $ DISTNAME= ls PKGNAME= colorls-2.2 @@ -12,6 +12,7 @@ COMMENT= Uses color with ls(1) to display file attributes PKG_INSTALLATION_TYPES= overwrite pkgviews USE_FEATURES+= fts_open +USE_TOOLS= nroff NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL diff --git a/misc/team/Makefile b/misc/team/Makefile index f553cd2776a..f486d61c3f9 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/08 09:57:38 asau Exp $ +# $NetBSD: Makefile,v 1.27 2013/09/12 11:15:12 jperkin Exp $ DISTNAME= team-3.1 PKGREVISION= 1 @@ -11,6 +11,7 @@ COMMENT= Portable multi-buffered tape streaming utility INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 USE_BSD_MAKEFILE= yes +USE_TOOLS= nroff PLIST_SRC= ${WRKDIR}/PLIST diff --git a/misc/watch/Makefile b/misc/watch/Makefile index 7e7194c67ff..7113b37e444 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/10/08 09:57:40 asau Exp $ +# $NetBSD: Makefile,v 1.15 2013/09/12 11:15:12 jperkin Exp $ DISTNAME= procps-3.2.6 PKGNAME= watch-3.2.6 @@ -11,6 +11,8 @@ COMMENT= Watch a program with update intervals LICENSE= gnu-gpl-v2 USE_BSD_MAKEFILE= yes +USE_TOOLS= nroff + MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= LIBS=${LIBS:Q} |