svn commit: r515258 - head/x11/cool-retro-term
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Oct 23 14:14:10 UTC 2019
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:,,' \
More information about the svn-ports-all
mailing list