svn commit: r373472 - head/audio/rplay

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 27 02:21:22 UTC 2014


Author: amdmi3
Date: Thu Nov 27 02:21:21 2014
New Revision: 373472
URL: https://svnweb.freebsd.org/changeset/ports/373472
QAT: https://qat.redports.org/buildarchive/r373472/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/audio/rplay/Makefile

Modified: head/audio/rplay/Makefile
==============================================================================
--- head/audio/rplay/Makefile	Wed Nov 26 23:46:37 2014	(r373471)
+++ head/audio/rplay/Makefile	Thu Nov 27 02:21:21 2014	(r373472)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://rplay.doit.org/dist
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Network audio player
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libgsm.so:${PORTSDIR}/audio/gsm
 
 USES=		makeinfo
@@ -44,6 +47,7 @@ post-patch:
 		${WRKSRC}/doc/Makefile.in
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librplay.so
 .for file in rplay.conf rplay.helpers rplay.servers rplay.hosts
 	${CP} ${WRKSRC}/etc/${file} ${STAGEDIR}${PREFIX}/etc/${file}.sample
 .endfor


More information about the svn-ports-head mailing list