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 | |
parent | Maintainer no longer has time for this one, so reassign to ports@. (diff) |
- Correct plist for NOPORTDOCS (test-hook.sh is installed always)
- Stop installing empty or content-free files
Reported by: ionbot
Notes
Notes:
svn path=/head/; revision=214288
Diffstat (limited to 'graphics/gphoto2')
-rw-r--r-- | graphics/gphoto2/Makefile | 3 | ||||
-rw-r--r-- | graphics/gphoto2/pkg-plist | 6 |
2 files changed, 3 insertions, 6 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 diff --git a/graphics/gphoto2/pkg-plist b/graphics/gphoto2/pkg-plist index d1b4fe5b15c4..efef94e7b5d0 100644 --- a/graphics/gphoto2/pkg-plist +++ b/graphics/gphoto2/pkg-plist @@ -1,8 +1,6 @@ bin/gphoto2 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/test-hook.sh +%%DOCSDIR%%/test-hook.sh %%NLS%%share/locale/az/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/da/LC_MESSAGES/gphoto2.mo @@ -33,4 +31,4 @@ bin/gphoto2 %%NLS%%share/locale/vi/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gphoto2.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DOCSDIR%% |