diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-07-29 15:58:02 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-07-29 15:58:02 +0800 |
commit | 6a8bc89bdfde199e39c6bb540f90963bfa76e5a2 (patch) | |
tree | a6734ca814f44a1dc841c5f3bb0b312f3ce3cbde /graphics/libgphoto2 | |
parent | 790a40a62ed52aecca4412407812f14d72322252 (diff) | |
download | freebsd-ports-gnome-6a8bc89bdfde199e39c6bb540f90963bfa76e5a2.tar.gz freebsd-ports-gnome-6a8bc89bdfde199e39c6bb540f90963bfa76e5a2.tar.zst freebsd-ports-gnome-6a8bc89bdfde199e39c6bb540f90963bfa76e5a2.zip |
- Remove uneeded comment
- Revert gratutious post-install change
Reported by: danfe
Diffstat (limited to 'graphics/libgphoto2')
-rw-r--r-- | graphics/libgphoto2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 5cc44c2ba92d..4ed5277bee13 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -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 |