diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-04 07:45:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-04 07:45:55 +0000 |
commit | 671c39f5a9454a7a83500cad1907770a0c139ab9 (patch) | |
tree | a0c5d753385af8e7de96e2cc6efafb91f37b2098 /graphics/gphoto2/Makefile | |
parent | d4263d8c837d63430a51beb42332bcec14017d2e (diff) | |
download | ports-671c39f5a9454a7a83500cad1907770a0c139ab9.tar.gz ports-671c39f5a9454a7a83500cad1907770a0c139ab9.zip |
Notes
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r-- | graphics/gphoto2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 798cef5b9901..ffaaae83c34b 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -45,8 +45,7 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS NEWS README +.for file in NEWS ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |