From 94a2b023585264ca9ba0531daaafcd082f14e0c0 Mon Sep 17 00:00:00 2001 From: jasper <> Date: Thu, 26 May 2011 13:52:55 +0000 Subject: remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six months since it was introduced so it's safe to assume people have this dir now. ok deraadt@ --- src/lib/libssl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index e01d3060d8..59ef803278 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2011/01/21 09:24:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.18 2011/05/26 13:52:55 jasper Exp $ SUBDIR=crypto ssl man PC_FILES=openssl.pc libssl.pc libcrypto.pc @@ -15,8 +15,6 @@ distribution: beforeinstall: /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} - [ -d ${DESTDIR}/usr/lib/pkgconfig/ ] || \ - ${INSTALL} -o root -g ${SHAREGRP} -d ${DESTDIR}/usr/lib/pkgconfig/ .for p in ${PC_FILES} ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ -- cgit v1.2.3-55-g6feb