From a154eefad7977152d21ba68aad13e5fece18a2a0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 23 Feb 2015 01:19:36 +0000 Subject: - Add LICENSE_FILE - Strip library --- net/vde/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/vde/Makefile b/net/vde/Makefile index 29c05fa2a780..a40e76cdb6be 100644 --- a/net/vde/Makefile +++ b/net/vde/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= User-mode virtual ethernet infrastructure LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= vde2-[0-9]* @@ -20,4 +21,7 @@ USES= gmake tar:tgz CFLAGS+= -fPIC +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvdetap.so + .include -- cgit