diff options
author | marino <marino> | 2012-08-09 17:09:17 +0000 |
---|---|---|
committer | marino <marino> | 2012-08-09 17:09:17 +0000 |
commit | fde06a404b5e37dbf0152558780db1a57ab1e543 (patch) | |
tree | 48b081175c3115a1d2a3ea039bb4ee4222e6b676 /lang/runawk | |
parent | 4f249e1364f23e720711bd30390700f113a3695b (diff) | |
download | pkgsrc-fde06a404b5e37dbf0152558780db1a57ab1e543.tar.gz |
lang/runawk: USE_TOOLS+= pod2man
Diffstat (limited to 'lang/runawk')
-rw-r--r-- | lang/runawk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/runawk/Makefile b/lang/runawk/Makefile index d1e6e56865d..edf98b46c1f 100644 --- a/lang/runawk/Makefile +++ b/lang/runawk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2012/07/22 13:01:37 cheusov Exp $ +# $NetBSD: Makefile,v 1.10 2012/08/09 17:09:17 marino Exp $ # DISTNAME= runawk-1.4.1 CATEGORIES= lang devel +PKGREVISION= 1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=runawk/} \ http://mova.org/~cheusov/pub/runawk/ @@ -17,6 +18,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c +USE_TOOLS+= pod2man TEST_TARGET= test SUBST_CLASSES+= runawk |