svn commit: r461465 - head/graphics/colmap

Jan Beich jbeich at FreeBSD.org
Sun Feb 11 08:15:51 UTC 2018


Author: jbeich
Date: Sun Feb 11 08:15:51 2018
New Revision: 461465
URL: https://svnweb.freebsd.org/changeset/ports/461465

Log:
  graphics/colmap: don't use pkg-plist for a single file after r460536

Deleted:
  head/graphics/colmap/pkg-plist
Modified:
  head/graphics/colmap/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Sun Feb 11 08:15:27 2018	(r461464)
+++ head/graphics/colmap/Makefile	Sun Feb 11 08:15:51 2018	(r461465)
@@ -35,6 +35,7 @@ CXXFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_
 		-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
 LDFLAGS+=	-Wl,--as-needed # gflags, glu, xi, xmu
 TEST_TARGET=	test ARGS="-V"
+PLIST_FILES=	bin/colmap
 
 OPTIONS_DEFINE=		DOCS OPENMP SIMD TEST
 OPTIONS_DEFAULT=	OPENMP SIMD


More information about the svn-ports-head mailing list