diff options
author | asami <asami@FreeBSD.org> | 2001-08-24 22:55:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-24 22:55:36 +0800 |
commit | 455f230f3ca2f8e52e0aa4b34aeee06171674d5a (patch) | |
tree | c905f3168eafcb5b931f6eada9f45c25b64c8b80 /misc/compat22 | |
parent | 4641decd037fe7d5209555a7cdcefdb75580d1fd (diff) | |
download | freebsd-ports-graphics-455f230f3ca2f8e52e0aa4b34aeee06171674d5a.tar.gz freebsd-ports-graphics-455f230f3ca2f8e52e0aa4b34aeee06171674d5a.tar.zst freebsd-ports-graphics-455f230f3ca2f8e52e0aa4b34aeee06171674d5a.zip |
Create target directories before installation.
Submitted by: bento
Diffstat (limited to 'misc/compat22')
-rw-r--r-- | misc/compat22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile index 4b6b5d14134..02f4fa74aa5 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/ |