diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 14:45:08 +0000 |
commit | e99ceadaf6c77b80c19e16d91306e944305b1c88 (patch) | |
tree | e8a8f4dac51e148717ae07e2de0c635ec5d58833 /devel/swig13-doc | |
parent | 3a5afbdcc87c8da2cc12bd67ec501257e48bc034 (diff) | |
download | ports-e99ceadaf6c77b80c19e16d91306e944305b1c88.tar.gz ports-e99ceadaf6c77b80c19e16d91306e944305b1c88.zip |
Notes
Diffstat (limited to 'devel/swig13-doc')
-rw-r--r-- | devel/swig13-doc/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/swig13-doc/Makefile b/devel/swig13-doc/Makefile index 2dddd4fe75f7..c934b7fce878 100644 --- a/devel/swig13-doc/Makefile +++ b/devel/swig13-doc/Makefile @@ -25,7 +25,9 @@ do-build: do-install: ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && find Examples Doc -type d -exec ${INSTALL} -d ${DOCSDIR}/{} \; - cd ${WRKSRC} && find Examples Doc -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; + cd ${WRKSRC} && ${FIND} Examples Doc -type d \ + -exec ${INSTALL} -d ${DOCSDIR}/{} \; + cd ${WRKSRC} && ${FIND} Examples Doc -type f \ + -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; .include <bsd.port.mk> |