Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 07:58:03 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393145 - in head/graphics: gphoto2 libgphoto2
Message-ID:  <201507290758.t6T7w3ba010732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org
 COMMENT=	Universal digital camera control library
 
 LICENSE=	LGPL21
-#LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507290758.t6T7w3ba010732>