diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-09 23:54:35 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-09 23:54:35 +0800 |
commit | 58ba9c56ad862c40bdaf98903298477966c0820e (patch) | |
tree | 4bc8019e0eea6c97e3f2a4417692df0b1ce67228 /net/vde2 | |
parent | e6c59af2ae22b5ac8f0d4c0fd7fc3d1aa1f09940 (diff) | |
download | freebsd-ports-graphics-58ba9c56ad862c40bdaf98903298477966c0820e.tar.gz freebsd-ports-graphics-58ba9c56ad862c40bdaf98903298477966c0820e.tar.zst freebsd-ports-graphics-58ba9c56ad862c40bdaf98903298477966c0820e.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
Diffstat (limited to 'net/vde2')
-rw-r--r-- | net/vde2/Makefile | 4 | ||||
-rw-r--r-- | net/vde2/pkg-plist | 12 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/vde2/Makefile b/net/vde2/Makefile index 45ea54182d9..7a599e260d9 100644 --- a/net/vde2/Makefile +++ b/net/vde2/Makefile @@ -3,6 +3,7 @@ PORTNAME= vde2 PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/vde/${PORTNAME}/${PORTVERSION} @@ -14,8 +15,9 @@ LICENSE_COMB= multi CONFLICTS= vde-[0-9]* -USES= gmake pathfix GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= gmake libtool pathfix USE_LDCONFIG= yes MAKE_ENV= V=1 MAKE_JOBS_UNSAFE=yes diff --git a/net/vde2/pkg-plist b/net/vde2/pkg-plist index ba7582ae6aa..ec47f1184af 100644 --- a/net/vde2/pkg-plist +++ b/net/vde2/pkg-plist @@ -27,29 +27,25 @@ include/libvdeplug.h include/libvdeplug_dyn.h include/libvdesnmp.h lib/libvdehist.a -lib/libvdehist.la lib/libvdehist.so lib/libvdehist.so.0 +lib/libvdehist.so.0.0.1 lib/libvdemgmt.a -lib/libvdemgmt.la lib/libvdemgmt.so lib/libvdemgmt.so.0 +lib/libvdemgmt.so.0.0.1 lib/libvdeplug.a -lib/libvdeplug.la lib/libvdeplug.so lib/libvdeplug.so.3 +lib/libvdeplug.so.3.0.1 lib/libvdesnmp.a -lib/libvdesnmp.la lib/libvdesnmp.so lib/libvdesnmp.so.0 +lib/libvdesnmp.so.0.0.1 %%PYTHON%%%%PYTHON_SITELIBDIR%%/VdePlug.py -%%PYTHON%%%%PYTHON_SITELIBDIR%%/vdeplug_python.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/vdeplug_python.so -lib/vde2/vde_l3/bfifo.la lib/vde2/vde_l3/bfifo.so -lib/vde2/vde_l3/pfifo.la lib/vde2/vde_l3/pfifo.so -lib/vde2/vde_l3/tbf.la lib/vde2/vde_l3/tbf.so libdata/pkgconfig/vdehist.pc libdata/pkgconfig/vdemgmt.pc |