diff options
| author | jasper <> | 2011-05-26 13:52:55 +0000 |
|---|---|---|
| committer | jasper <> | 2011-05-26 13:52:55 +0000 |
| commit | 94a2b023585264ca9ba0531daaafcd082f14e0c0 (patch) | |
| tree | 1811f6952b867a61c9348664ae6f05b76f59510e | |
| parent | 7f0b9f0c679efaac894b729e0d3d4e857cc36b0d (diff) | |
| download | openbsd-94a2b023585264ca9ba0531daaafcd082f14e0c0.tar.gz openbsd-94a2b023585264ca9ba0531daaafcd082f14e0c0.tar.bz2 openbsd-94a2b023585264ca9ba0531daaafcd082f14e0c0.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 '')
| -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/ |
