diff options
author | bouyer <bouyer> | 2002-10-27 18:04:05 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-10-27 18:04:05 +0000 |
commit | 8224d933ecfb70d33812a4945a54b1cf03dd4d9d (patch) | |
tree | 38490702c8f6f07773ee0585e5fab942d332c732 /mail/pine/Makefile | |
parent | 0e284167834d472fe65b8d4394d23c51a1861815 (diff) | |
download | pkgsrc-8224d933ecfb70d33812a4945a54b1cf03dd4d9d.tar.gz |
Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.
Diffstat (limited to 'mail/pine/Makefile')
-rw-r--r-- | mail/pine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 802926a8e69..d42137d9478 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2002/10/08 23:34:13 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2002/10/27 18:04:05 bouyer Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -79,8 +79,8 @@ do-install: .include "../../mk/bsd.pkg.mk" .if ${OPSYS} == "SunOS" -BUILDNAME= gs5 -BUILDFILE= gs5 +BUILDNAME= so5 +BUILDFILE= sol .elif ${OPSYS} == "Linux" BUILDNAME= lrh BUILDFILE= lnx |