Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 18:49:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422058 - head/audio/audacity
Message-ID:  <201609131849.u8DInBQ8003499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Sep 13 18:49:11 2016
New Revision: 422058
URL: https://svnweb.freebsd.org/changeset/ports/422058

Log:
  - Fix LICENSE
  - Switch to options helpers
  
  Approved by:	portmgr blanket

Modified:
  head/audio/audacity/Makefile

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Tue Sep 13 18:41:08 2016	(r422057)
+++ head/audio/audacity/Makefile	Tue Sep 13 18:49:11 2016	(r422058)
@@ -11,7 +11,7 @@ DISTNAME=	Audacity-${PORTVERSION}
 MAINTAINER=	xxjack12xx@gmail.com
 COMMENT=	GUI editor for digital audio waveforms
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	autogen:devel/autogen \
@@ -143,8 +143,10 @@ CXXFLAGS+=	-std=c++11
 .endif
 
 post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.post.mk>



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