diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-21 14:24:42 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-21 14:24:42 +0800 |
commit | 4646f7dbdcd7f5d2932225b3c7e7bf3f61971143 (patch) | |
tree | ceba396a71a3b89960202e80c5e995b3f3601c20 /graphics/gphoto2/Makefile | |
parent | d7b3d8de96abaf0a9d94982f88f9e31192cc51d6 (diff) | |
download | freebsd-ports-gnome-4646f7dbdcd7f5d2932225b3c7e7bf3f61971143.tar.gz freebsd-ports-gnome-4646f7dbdcd7f5d2932225b3c7e7bf3f61971143.tar.zst freebsd-ports-gnome-4646f7dbdcd7f5d2932225b3c7e7bf3f61971143.zip |
Update to version 0.4
PR: 14441
Submitted by: maintainer
Diffstat (limited to 'graphics/gphoto2/Makefile')
-rw-r--r-- | graphics/gphoto2/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 5deb494635ca..6b4cc99d2376 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/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> |