Date: Wed, 23 Oct 2019 14:14:09 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515258 - head/x11/cool-retro-term Message-ID: <201910231414.x9NEE9Q4043333@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Oct 23 14:14:09 2019 New Revision: 515258 URL: https://svnweb.freebsd.org/changeset/ports/515258 Log: Remove hand-rolled `post-extract' target and simply set GH_SUBDIR which DTRT automagically. Requested by: tobik Modified: head/x11/cool-retro-term/Makefile Modified: head/x11/cool-retro-term/Makefile ============================================================================== --- head/x11/cool-retro-term/Makefile Wed Oct 23 14:12:19 2019 (r515257) +++ head/x11/cool-retro-term/Makefile Wed Oct 23 14:14:09 2019 (r515258) @@ -15,16 +15,13 @@ USE_GITHUB= yes GH_ACCOUNT= Swordfish90 GH_PROJECT= qmltermwidget:qtw GH_TAGNAME= 0.2.0:qtw +GH_SUBDIR= ${GH_PROJECT} USES= compiler:c++11-lang gl gmake qmake qt:5 USE_GL= gl USE_QT= qmake_build buildtools_build core declarative gui \ network sql widgets graphicaleffects_run \ quickcontrols_run sql-sqlite3_run - -post-extract: - @${RMDIR} ${WRKSRC}/qmltermwidget - @${LN} -s ../qmltermwidget-${GH_TAGNAME_qtw} ${WRKSRC}/qmltermwidget post-patch: @${REINPLACE_CMD} -e '/DEFINES +=/s,^macx:,,' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910231414.x9NEE9Q4043333>