aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-23 09:19:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-23 09:19:36 +0800
commita154eefad7977152d21ba68aad13e5fece18a2a0 (patch)
tree93ac19328edf8d128e1834c1f52db4938ea42bbf
parent2657a6270865177cb367bc694d767fabab557bbd (diff)
downloadfreebsd-ports-gnome-a154eefad7977152d21ba68aad13e5fece18a2a0.tar.gz
freebsd-ports-gnome-a154eefad7977152d21ba68aad13e5fece18a2a0.tar.zst
freebsd-ports-gnome-a154eefad7977152d21ba68aad13e5fece18a2a0.zip
- Add LICENSE_FILE
- Strip library
-rw-r--r--net/vde/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>