svn commit: r406074 - head/audio/tse3

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 13 22:13:44 UTC 2016


Author: amdmi3
Date: Wed Jan 13 22:13:42 2016
New Revision: 406074
URL: https://svnweb.freebsd.org/changeset/ports/406074

Log:
  - Add LICENSE_FILE
  - Switch to options helpers

Modified:
  head/audio/tse3/Makefile

Modified: head/audio/tse3/Makefile
==============================================================================
--- head/audio/tse3/Makefile	Wed Jan 13 22:13:39 2016	(r406073)
+++ head/audio/tse3/Makefile	Wed Jan 13 22:13:42 2016	(r406074)
@@ -11,6 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	MIDI library
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake libtool
 GNU_CONFIGURE=	yes
@@ -24,7 +25,7 @@ LDFLAGS+=	-lpthread
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.gif ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list