pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssl style nits
details: https://anonhg.NetBSD.org/pkgsrc/rev/19b1a651b0bc
branches: trunk
changeset: 461814:19b1a651b0bc
user: grant <grant%pkgsrc.org@localhost>
date: Mon Sep 22 03:15:33 2003 +0000
description:
style nits
diffstat:
security/openssl/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 9a803a129813 -r 19b1a651b0bc security/openssl/Makefile
--- a/security/openssl/Makefile Mon Sep 22 03:13:58 2003 +0000
+++ b/security/openssl/Makefile Mon Sep 22 03:15:33 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.79 2003/09/10 16:23:27 jlam Exp $
+# $NetBSD: Makefile,v 1.80 2003/09/22 03:15:33 grant Exp $
DISTNAME= openssl-0.9.6g
PKGREVISION= 2
@@ -36,7 +36,7 @@
PLIST_RSAREF= ${PKGDIR}/PLIST.rsaref
.endif
-.if (${OPSYS} == "SunOS") && (${MACHINE_ARCH} == "sparc")
+.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc"
CONFIGURE_SCRIPT= ./Configure
. if !empty(CC:M*gcc*)
CONFIGURE_ARGS+= solaris-${SPARC_TARGET_ARCH}-gcc
@@ -65,7 +65,6 @@
.if ${OPSYS} == "NetBSD"
PKG_SYSCONFDIR.${PKGBASE}?= /etc/openssl
-
. if !exists(/usr/libexec/ld.elf_so) && !exists(/usr/libexec/ld.so)
PKG_FAIL_REASON= ${PKGNAME} requires shared object support
. endif
Home |
Main Index |
Thread Index |
Old Index