summaryrefslogtreecommitdiff
path: root/security/skey
diff options
context:
space:
mode:
authorgrant <grant>2003-09-22 00:56:48 +0000
committergrant <grant>2003-09-22 00:56:48 +0000
commit275efbf6155d41f0492d401de12970ec637349f7 (patch)
treee39eb33c0fd76700b45f58813c7e735de42c044d /security/skey
parent5304c88a048155e88b6496adfe031613e8b550c3 (diff)
downloadpkgsrc-275efbf6155d41f0492d401de12970ec637349f7.tar.gz
run ranlib over libskey.a in post-install, to appease Darwin's linker
Diffstat (limited to 'security/skey')
-rw-r--r--security/skey/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/skey/Makefile b/security/skey/Makefile
index 8a9ae844b33..17b334abaa9 100644
--- a/security/skey/Makefile
+++ b/security/skey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/23 16:03:55 salo Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/22 00:56:48 grant Exp $
#
DISTNAME= skey-1.1.5
@@ -19,6 +19,9 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+post-install:
+ ${RANLIB} ${PREFIX}/lib/libskey.a
+
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"