Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 19:46:31 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493064 - head/audio/zrythm
Message-ID:  <201902161946.x1GJkVQx075660@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 16 19:46:31 2019
New Revision: 493064
URL: https://svnweb.freebsd.org/changeset/ports/493064

Log:
  audio/zrythm: Switch build to the release mode

Modified:
  head/audio/zrythm/Makefile

Modified: head/audio/zrythm/Makefile
==============================================================================
--- head/audio/zrythm/Makefile	Sat Feb 16 19:45:36 2019	(r493063)
+++ head/audio/zrythm/Makefile	Sat Feb 16 19:46:31 2019	(r493064)
@@ -2,6 +2,7 @@
 
 PORTNAME=	zrythm
 DISTVERSION=	g20190216
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -41,12 +42,11 @@ INSTALLS_ICONS=	yes
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
+MAKE_ARGS=	RELEASE=1
+
 PLIST_FILES=	bin/zrythm \
 		share/applications/zrythm.desktop \
 		share/fonts/zrythm/Segment7Standard/OFL.txt \
 		share/icons/hicolor/scalable/apps/z.svg
-
-post-install: # https://git.zrythm.org/zrythm/zrythm/issues/61
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/zrythm
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902161946.x1GJkVQx075660>