diff options
author | salo <salo@pkgsrc.org> | 2003-07-23 16:03:55 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-07-23 16:03:55 +0000 |
commit | 6472eaf122beb383fa3435c9a9ee0f1497e8f482 (patch) | |
tree | 5a6a075a6e61e364055b3e58d4741484a1e40239 /security/skey/Makefile | |
parent | f3f12ec1fbe0b7e88997300ef5ac4333d8a5cc86 (diff) | |
download | pkgsrc-6472eaf122beb383fa3435c9a9ee0f1497e8f482.tar.gz |
Better INSTALL_* fix for PR pkg/22234 by Jonathan Perkin.
Use buildlink2.
ONLY_FOR_PLATFORM -> NOT_FOR_PLATFORM (*BSD have skey in base system.)
Workaround a bug in GCC on sparc64.
Whitespace.
Diffstat (limited to 'security/skey/Makefile')
-rw-r--r-- | security/skey/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile index c75eb0ea4eb..8a9ae844b33 100644 --- a/security/skey/Makefile +++ b/security/skey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:15 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/23 16:03:55 salo Exp $ # DISTNAME= skey-1.1.5 @@ -10,12 +10,15 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= ${MASTER_SITES} COMMENT= Port of OpenBSD s/key implementation -ONLY_FOR_PLATFORM= Darwin-*-* SunOS-*-* # in NetBSD base system +NOT_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* # in base system USE_PERL5= build +USE_BUIDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES + CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} -.include "../../mk/bsd.pkg.mk" +.include "../../lang/perl5/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |