svn commit: r393145 - in head/graphics: gphoto2 libgphoto2

Guido Falsi madpilot at FreeBSD.org
Wed Jul 29 07:58:04 UTC 2015


Author: madpilot
Date: Wed Jul 29 07:58:02 2015
New Revision: 393145
URL: https://svnweb.freebsd.org/changeset/ports/393145

Log:
  - Remove uneeded comment
  - Revert gratutious post-install change
  
  Reported by:	danfe

Modified:
  head/graphics/gphoto2/Makefile
  head/graphics/libgphoto2/Makefile

Modified: head/graphics/gphoto2/Makefile
==============================================================================
--- head/graphics/gphoto2/Makefile	Wed Jul 29 07:09:43 2015	(r393144)
+++ head/graphics/gphoto2/Makefile	Wed Jul 29 07:58:02 2015	(r393145)
@@ -10,7 +10,6 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command-line frontend to libgphoto2
 
 LICENSE=	GPLv2
-#LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt \
 		libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
@@ -37,6 +36,6 @@ READLINE_USES=		readline
 READLINE_CONFIGURE_WITH=readline
 
 post-install:
-	(cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR})
+	${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/libgphoto2/Makefile
==============================================================================
--- head/graphics/libgphoto2/Makefile	Wed Jul 29 07:09:43 2015	(r393144)
+++ head/graphics/libgphoto2/Makefile	Wed Jul 29 07:58:02 2015	(r393145)
@@ -10,7 +10,6 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Universal digital camera control library
 
 LICENSE=	LGPL21
-#LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl
 


More information about the svn-ports-all mailing list