diff options
author | abs <abs> | 2002-06-21 14:13:36 +0000 |
---|---|---|
committer | abs <abs> | 2002-06-21 14:13:36 +0000 |
commit | ae9aa6422701713a7625dfa545dd3ff9410118f9 (patch) | |
tree | e3f8e7883aae6ae1eb2bc139402505a06d709b49 /mail/pine | |
parent | 097ba503f7bbd60ae3d7eb0837ff9ef24a030e47 (diff) | |
download | pkgsrc-ae9aa6422701713a7625dfa545dd3ff9410118f9.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 |