summaryrefslogtreecommitdiff
path: root/graphics/gphoto/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:24:42 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-21 06:24:42 +0000
commita74d3ab0fa8f0205f9bb293f22e20284f70ac204 (patch)
tree4766f797055a3da1fa3dc285e9a21587015784c0 /graphics/gphoto/Makefile
parentUpdate to version 0.0.37 (diff)
Update to version 0.4
PR: 14441 Submitted by: maintainer
Diffstat (limited to 'graphics/gphoto/Makefile')
-rw-r--r--graphics/gphoto/Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile
index 5deb494635ca..6b4cc99d2376 100644
--- a/graphics/gphoto/Makefile
+++ b/graphics/gphoto/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= gphoto-0.3.2
+DISTNAME= gphoto-0.4.0
CATEGORIES= graphics
MASTER_SITES= http://www.mustec.eu.org/~psj/downloads/ \
http://www.freenix.no/~anders/
@@ -25,6 +25,15 @@ CONFIGURE_ENV= GLIB_CONFIG="${PREFIX}/bin/glib12-config" \
MAN1= gphoto.1
-ALL_TARGET=
+post-install:
+ @${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/PROGRAMMERS ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/THANKS ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/THEMES ${PREFIX}/share/gphoto/doc
+ @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/gphoto/doc
.include <bsd.port.mk>