diff options
author | jasper <> | 2011-05-26 13:52:55 +0000 |
---|---|---|
committer | jasper <> | 2011-05-26 13:52:55 +0000 |
commit | ad544c844de4aebf9a34b9a0cd785ce2d834b7a3 (patch) | |
tree | 1811f6952b867a61c9348664ae6f05b76f59510e /src | |
parent | d0016b08961f63bb543c1d7b4d70daf8a703bdc0 (diff) | |
download | openbsd-ad544c844de4aebf9a34b9a0cd785ce2d834b7a3.tar.gz openbsd-ad544c844de4aebf9a34b9a0cd785ce2d834b7a3.tar.bz2 openbsd-ad544c844de4aebf9a34b9a0cd785ce2d834b7a3.zip |
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@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | # $OpenBSD: Makefile,v 1.17 2011/01/21 09:24:45 jasper Exp $ | 1 | # $OpenBSD: Makefile,v 1.18 2011/05/26 13:52:55 jasper Exp $ |
2 | 2 | ||
3 | SUBDIR=crypto ssl man | 3 | SUBDIR=crypto ssl man |
4 | PC_FILES=openssl.pc libssl.pc libcrypto.pc | 4 | PC_FILES=openssl.pc libssl.pc libcrypto.pc |
@@ -15,8 +15,6 @@ distribution: | |||
15 | 15 | ||
16 | beforeinstall: | 16 | beforeinstall: |
17 | /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} | 17 | /bin/sh ${.CURDIR}/generate_pkgconfig.sh -c ${.CURDIR} -o ${.OBJDIR} |
18 | [ -d ${DESTDIR}/usr/lib/pkgconfig/ ] || \ | ||
19 | ${INSTALL} -o root -g ${SHAREGRP} -d ${DESTDIR}/usr/lib/pkgconfig/ | ||
20 | .for p in ${PC_FILES} | 18 | .for p in ${PC_FILES} |
21 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ | 19 | ${INSTALL} ${INSTALL_COPY} -o root -g ${SHAREGRP} \ |
22 | -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ | 20 | -m ${SHAREMODE} ${.OBJDIR}/$p ${DESTDIR}/usr/lib/pkgconfig/ |