summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-02-18 17:29:04 +0000
committernectar <nectar@FreeBSD.org>2003-02-18 17:29:04 +0000
commitb59b6bc887184ef9e43f6a25a50e62695f89f6ce (patch)
treea5e8d43c3a0fe9d7e691e1de2e64b8200dea34e7 /secure
parentf1000a62830834e1b06f06d65ebf72197143d46f (diff)
downloadFreeBSD-src-b59b6bc887184ef9e43f6a25a50e62695f89f6ce.zip
FreeBSD-src-b59b6bc887184ef9e43f6a25a50e62695f89f6ce.tar.gz
LIBDIR/INCLUDEDIR do not include DESTDIR.
Reported by: Andrzej Tobola <san@iem.pw.edu.pl>
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index c93fc8f..dad83d7 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -206,9 +206,9 @@ INCSDIR= ${INCLUDEDIR}/openssl
OLDSYMLINKS+= libdes.a libdes.so libdes.so.3 libdes_p.a
afterinstall:
@echo "Removing stale symlinks."
- rm -f ${INCLUDEDIR}/des.h
+ rm -f ${DESTDIR}${INCLUDEDIR}/des.h
.for symlink in ${OLDSYMLINKS}
- rm -f ${LIBDIR}/${symlink}
+ rm -f ${DESTDIR}${LIBDIR}/${symlink}
.endfor
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud