svn commit: r493064 - head/audio/zrythm

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 16 19:46:32 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list