diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-04-02 11:37:14 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-04-02 11:37:14 +0000 |
commit | e36808893988c2cdc7ca0fd9a0c2c9887badd3af (patch) | |
tree | 940d51db655fbf2b0c8eb0843986b8a1dcce4a81 /devel/gnulib | |
parent | a3ce65438a5ce50f01383b1e5dad5ae64ca0dd3d (diff) |
Notes
Diffstat (limited to 'devel/gnulib')
-rw-r--r-- | devel/gnulib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gnulib/Makefile b/devel/gnulib/Makefile index 62958bcc52a3..9d4697404162 100644 --- a/devel/gnulib/Makefile +++ b/devel/gnulib/Makefile @@ -43,7 +43,7 @@ do-install: cd ${PREFIX}/bin && ${LN} -s ${DATADIR}/$$p;\ done cd ${WRKSRC} && \ - ${CP} -a build-aux config doc lib m4 modules tests ${DATADIR}/ + ${CP} -Rp build-aux config doc lib m4 modules tests ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/gnulib.info ${PREFIX}/${INFO_PATH} .ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} |