svn commit: r379525 - head/graphics/libpcd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 21 15:34:40 UTC 2015


Author: amdmi3
Date: Sat Feb 21 15:34:39 2015
New Revision: 379525
URL: https://svnweb.freebsd.org/changeset/ports/379525
QAT: https://qat.redports.org/buildarchive/r379525/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/graphics/libpcd/Makefile

Modified: head/graphics/libpcd/Makefile
==============================================================================
--- head/graphics/libpcd/Makefile	Sat Feb 21 15:34:33 2015	(r379524)
+++ head/graphics/libpcd/Makefile	Sat Feb 21 15:34:39 2015	(r379525)
@@ -10,10 +10,15 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for reading PhotoCD images
 
+LICENSE=	GPLv2 # or later
+
 WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
 
 USES=		gmake
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list