svn commit: r385852 - head/audio/libmpd
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat May 9 01:32:05 UTC 2015
Author: amdmi3
Date: Sat May 9 01:32:04 2015
New Revision: 385852
URL: https://svnweb.freebsd.org/changeset/ports/385852
Log:
- Add LICENSE_FILE
- Strip library
Modified:
head/audio/libmpd/Makefile
Modified: head/audio/libmpd/Makefile
==============================================================================
--- head/audio/libmpd/Makefile Sat May 9 01:31:55 2015 (r385851)
+++ head/audio/libmpd/Makefile Sat May 9 01:32:04 2015 (r385852)
@@ -3,7 +3,7 @@
PORTNAME= libmpd
PORTVERSION= 11.8.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION:R}/
@@ -11,6 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Abstraction around libmpdclient
LICENSE= GPLv2 # (or later)
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig
USE_GNOME= glib20
@@ -21,4 +22,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,libmpd-1.0\/libmpd,libmpd,' \
${WRKSRC}/src/Makefile.in
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmpd.so
+
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list