diff options
-rw-r--r-- | misc/compat22/Makefile | 2 | ||||
-rw-r--r-- | misc/compat3x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat4x/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile index 4b6b5d14134a..02f4fa74aa52 100644 --- a/misc/compat22/Makefile +++ b/misc/compat22/Makefile @@ -44,7 +44,7 @@ do-build: ) > ${WRKDIR}/000.${PORTNAME}.sh do-install: - ${MKDIR} ${TARGET_DIR} + ${MKDIR} ${TARGET_DIR} ${PREFIX}/libexec ${PREFIX}/etc/rc.d ${INSTALL_DATA} ${WRKSRC}/* ${TARGET_DIR}/ ${INSTALL_DATA} ${WRKDIR}/usr/libexec/ld.so ${PREFIX}/libexec/ ${INSTALL_SCRIPT} ${WRKDIR}/000.${PORTNAME}.sh ${PREFIX}/etc/rc.d/ 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; \ diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index e5ab458ba8ac..1b688dec5072 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -65,7 +65,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 ${OSVERSION} >= 500000 ${LN} -sf ${TARGET_DIR}/libc_r.so.4.compat4x ${TARGET_DIR}/libc_r.so.4 |