diff options
author | hans <hans> | 2011-11-29 17:49:57 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-29 17:49:57 +0000 |
commit | 02f3afd4aa5d11b073ee929a031bf56a91a871ec (patch) | |
tree | f08d72c624b6c4c37788231a7420116bf410c7e4 /misc/loco/Makefile | |
parent | 20aed649071dcdcc3309bab576d715ec1dcba74b (diff) | |
download | pkgsrc-02f3afd4aa5d11b073ee929a031bf56a91a871ec.tar.gz |
Fix perl usage.
Diffstat (limited to 'misc/loco/Makefile')
-rw-r--r-- | misc/loco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/loco/Makefile b/misc/loco/Makefile index 5f93fd84e7c..9acd969b18e 100644 --- a/misc/loco/Makefile +++ b/misc/loco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/02/26 10:28:33 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2011/11/29 17:49:57 hans Exp $ # DISTNAME= loco-0.32 @@ -11,7 +11,7 @@ COMMENT= Colorize file or standard input and print on the standard output PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= perl:run +USE_TOOLS+= perl:run pod2man pod2html REPLACE_PERL= loco BUILD_TARGET= # defined |