diff options
author | agc <agc@pkgsrc.org> | 1997-11-18 12:26:05 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-18 12:26:05 +0000 |
commit | e807caef5e19db5c473592bcd962628311f16996 (patch) | |
tree | 92dc985d8dc9a2d73f112e8b5c4b45b284277a9c /archivers/lha | |
parent | 56c607fa35340d8fbf91d348828cc4902ed29b97 (diff) | |
download | pkgsrc-e807caef5e19db5c473592bcd962628311f16996.tar.gz |
Pass the necessary definitions for installation via the
environment.
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 8ae4fc84fb6..471aba4ab23 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $NetBSD: Makefile,v 1.2 1997/10/27 03:22:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/11/18 12:26:05 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1996/12/15 02:05:58 max Exp # @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG +MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE} + MANLANG= ja_JP.EUC MAN1= lha.1 |