diff options
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/ |
