diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-08-24 14:55:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-08-24 14:55:36 +0000 |
commit | eab7ae49bfb4ebf04569476bb4b9234499678d5e (patch) | |
tree | c8a8005c003d8e8b5bf73c46c6612224c1cf00e2 /misc/compat3x | |
parent | 30741865135ed58e2da6db229d8997dcfefdd32e (diff) | |
download | ports-eab7ae49bfb4ebf04569476bb4b9234499678d5e.tar.gz ports-eab7ae49bfb4ebf04569476bb4b9234499678d5e.zip |
Notes
Diffstat (limited to 'misc/compat3x')
-rw-r--r-- | misc/compat3x/Makefile | 2 |
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; \ |