summaryrefslogtreecommitdiff
path: root/emulators/freebsd_lib
diff options
context:
space:
mode:
authorgrant <grant>2003-05-05 17:41:32 +0000
committergrant <grant>2003-05-05 17:41:32 +0000
commitf36ae07f033eb682ea926c3b6db211689f851a22 (patch)
treed182ba4af081d82d3aaed368951c579903cc484b /emulators/freebsd_lib
parentce3ede98dcdcf7ecb9f7fedfadbea47ed1cfffcf (diff)
downloadpkgsrc-f36ae07f033eb682ea926c3b6db211689f851a22.tar.gz
do-install:
- be noisier. - create directories first, then install files into them.
Diffstat (limited to 'emulators/freebsd_lib')
-rw-r--r--emulators/freebsd_lib/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile
index f96a35a1afa..cd130f4e37e 100644
--- a/emulators/freebsd_lib/Makefile
+++ b/emulators/freebsd_lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.14 2003/05/05 17:41:32 grant Exp $
#
DISTNAME= freebsd_lib-2.2.7
@@ -15,15 +15,15 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386
NO_BUILD= yes
do-install:
- @${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd
- @(cd ${WRKSRC} && ${FIND} usr -type d -print) | \
+ ${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd
+ ${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd/var/run
+ (cd ${WRKSRC} && ${FIND} usr -type d -print) | \
(cd ${PREFIX}/emul/freebsd && ${XARGS} ${INSTALL_DATA_DIR})
- @cd ${WRKSRC} && for file in `${FIND} usr -name '*.*' -print`; do \
+ cd ${WRKSRC} && for file in `${FIND} usr -name '*.*' -print`; do \
${INSTALL_DATA} $$file ${PREFIX}/emul/freebsd/$$file; \
done
@${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${INSTALL_FILE} - POST-INSTALL
- @${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd/var/run
- @${TOUCH} ${PREFIX}/emul/freebsd/var/run/ld.so.hints
+ ${TOUCH} ${PREFIX}/emul/freebsd/var/run/ld.so.hints
show-shlib-type:
@${ECHO} a.out