svn commit: r411612 - head/graphics/rigsofrods-pagedgeometry
Jan Beich
jbeich at FreeBSD.org
Mon Mar 21 18:47:10 UTC 2016
Author: jbeich
Date: Mon Mar 21 18:47:09 2016
New Revision: 411612
URL: https://svnweb.freebsd.org/changeset/ports/411612
Log:
graphics/rigsofrods-pagedgeometry: drop dialog(1) workaround after r411569
r411569 only helps LICENSE_COMB=single ports as dialog(1) doesn't trip
up on CRs embedded in a text on command line as opposed in a file.
Modified:
head/graphics/rigsofrods-pagedgeometry/Makefile (contents, props changed)
Modified: head/graphics/rigsofrods-pagedgeometry/Makefile
==============================================================================
--- head/graphics/rigsofrods-pagedgeometry/Makefile Mon Mar 21 18:46:32 2016 (r411611)
+++ head/graphics/rigsofrods-pagedgeometry/Makefile Mon Mar 21 18:47:09 2016 (r411612)
@@ -23,9 +23,6 @@ DOS2UNIX_GLOB= *.cpp *.h *.txt
CMAKE_ARGS= -DPAGEDGEOMETRY_BUILD_SAMPLES=FALSE
USE_LDCONFIG= yes
-# XXX dialog(1) doesn't like ^M in LICENSE_FILE
-post-extract: dos2unix
-
post-patch:
@${REINPLACE_CMD} -e '/install.*DOC_FILES/d' \
${WRKSRC}/CMakeLists.txt
More information about the svn-ports-all
mailing list