Date: Sat, 25 May 2019 11:32:07 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502565 - in head/sysutils: tmate tmate-slave Message-ID: <201905251132.x4PBW7l3087053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat May 25 11:32:07 2019 New Revision: 502565 URL: https://svnweb.freebsd.org/changeset/ports/502565 Log: sysutils/tmate*: Remove misspelled INSTALL_ARGET Binaries appear to already be stripped anyway. Modified: head/sysutils/tmate-slave/Makefile head/sysutils/tmate/Makefile Modified: head/sysutils/tmate-slave/Makefile ============================================================================== --- head/sysutils/tmate-slave/Makefile Sat May 25 11:09:56 2019 (r502564) +++ head/sysutils/tmate-slave/Makefile Sat May 25 11:32:07 2019 (r502565) @@ -18,7 +18,6 @@ GH_ACCOUNT= tmate-io GH_TAGNAME= 8b294f3 GNU_CONFIGURE= yes -INSTALL_ARGET= install-strip USE_LDCONFIG= yes LDFLAGS+= -lexecinfo Modified: head/sysutils/tmate/Makefile ============================================================================== --- head/sysutils/tmate/Makefile Sat May 25 11:09:56 2019 (r502564) +++ head/sysutils/tmate/Makefile Sat May 25 11:32:07 2019 (r502565) @@ -17,7 +17,6 @@ USE_GITHUB= yes GH_ACCOUNT= tmate-io GNU_CONFIGURE= yes -INSTALL_ARGET= install-strip USE_LDCONFIG= yes LDFLAGS+= -lexecinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251132.x4PBW7l3087053>