aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat3x
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2001-08-24 22:55:36 +0800
committerasami <asami@FreeBSD.org>2001-08-24 22:55:36 +0800
commit455f230f3ca2f8e52e0aa4b34aeee06171674d5a (patch)
treec905f3168eafcb5b931f6eada9f45c25b64c8b80 /misc/compat3x
parent4641decd037fe7d5209555a7cdcefdb75580d1fd (diff)
downloadfreebsd-ports-gnome-455f230f3ca2f8e52e0aa4b34aeee06171674d5a.tar.gz
freebsd-ports-gnome-455f230f3ca2f8e52e0aa4b34aeee06171674d5a.tar.zst
freebsd-ports-gnome-455f230f3ca2f8e52e0aa4b34aeee06171674d5a.zip
Create target directories before installation.
Submitted by: bento
Diffstat (limited to 'misc/compat3x')
-rw-r--r--misc/compat3x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile
index c72c5a5f482b..fdf9d5fcfe9a 100644
--- a/misc/compat3x/Makefile
+++ b/misc/compat3x/Makefile
@@ -44,7 +44,7 @@ do-build:
) > ${WRKDIR}/000.${PORTNAME}.sh
do-install:
- ${MKDIR} ${TARGET_DIR}
+ ${MKDIR} ${TARGET_DIR} ${PREFIX}/etc/rc.d
${INSTALL_DATA} ${WRKSRC}/* ${TARGET_DIR}/
if [ ! -e ${TARGET_DIR}/libc_r.so.4.compat4x ]; then \
${LN} -sf ${TARGET_DIR}/libc_r.so.4.compat3x ${TARGET_DIR}/libc_r.so.4; \