diff options
author | abs <abs@pkgsrc.org> | 2002-06-21 14:13:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-06-21 14:13:36 +0000 |
commit | 2ba2a128060437b8caa42d72c36a042c8a3ef05a (patch) | |
tree | e3f8e7883aae6ae1eb2bc139402505a06d709b49 /mail/pine | |
parent | 516cbc6600d877fba7d604ad280986a3766b8c74 (diff) | |
download | pkgsrc-2ba2a128060437b8caa42d72c36a042c8a3ef05a.tar.gz |
Fix on Linux (at least RedHat)
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 7135ddc3931..ea703bdf102 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2002/01/13 21:52:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.60 2002/06/21 14:16:48 abs Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -77,6 +77,8 @@ do-install: .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" BUILDNAME= gs5 +.elif ${OPSYS} == "Linux" +BUILDNAME= lrh .else BUILDNAME= neb .endif |