diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-24 19:37:10 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-24 19:37:10 +0000 |
commit | 5e6eb97378e4df640b357f5a66b8e1ef01a11ed2 (patch) | |
tree | a49f7afab4e3cb03b25ea3044f3a8203d2387b82 /misc/loco | |
parent | 11624cd75efe2336596e90caae4f7e043ba2001d (diff) | |
download | pkgsrc-5e6eb97378e4df640b357f5a66b8e1ef01a11ed2.tar.gz |
Remove unnecessary MAKE_ENV
Diffstat (limited to 'misc/loco')
-rw-r--r-- | misc/loco/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/loco/Makefile b/misc/loco/Makefile index 0d502cb6f68..b9f7cd110cd 100644 --- a/misc/loco/Makefile +++ b/misc/loco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/03/16 20:53:03 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/24 19:37:10 zuntum Exp $ # DISTNAME= loco-0.32 @@ -9,8 +9,6 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://zjuul.net/~jules/loco/ COMMENT= Colorize file or standard input and print on the standard output -MAKE_ENV+= "PREFIX=${PREFIX}" - USE_PERL5= YES ALL_TARGET= # defined |