svn commit: r387908 - head/archivers/xpk

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 00:35:00 UTC 2015


Author: amdmi3
Date: Sat May 30 00:34:59 2015
New Revision: 387908
URL: https://svnweb.freebsd.org/changeset/ports/387908

Log:
  - Strip libraries
  - Add LICENSE

Modified:
  head/archivers/xpk/Makefile

Modified: head/archivers/xpk/Makefile
==============================================================================
--- head/archivers/xpk/Makefile	Sat May 30 00:34:51 2015	(r387907)
+++ head/archivers/xpk/Makefile	Sat May 30 00:34:59 2015	(r387908)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xpk
 PORTVERSION=	0.1.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers
 MASTER_SITES=	http://vesuri.jormas.com/xpk/ \
 		http://www.energyhq.es.eu.org/files/
@@ -11,8 +11,14 @@ MASTER_SITES=	http://vesuri.jormas.com/x
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The eXternal PacKer (XPK) library system
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxpk*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list