diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-10 09:37:24 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-10 09:37:24 +0000 |
commit | 923a55a4eb7f0e70f0f8e923c77401cbda84e448 (patch) | |
tree | 371c5acd8e5c8d407f4cdf7d5acc94fe5e148b19 /net/opendpi | |
parent | efcfb69c513f556cf6b37dd96fe2c2247a3f49fe (diff) | |
download | ports-923a55a4eb7f0e70f0f8e923c77401cbda84e448.tar.gz ports-923a55a4eb7f0e70f0f8e923c77401cbda84e448.zip |
Notes
Diffstat (limited to 'net/opendpi')
-rw-r--r-- | net/opendpi/Makefile | 13 | ||||
-rw-r--r-- | net/opendpi/pkg-plist | 2 |
2 files changed, 6 insertions, 9 deletions
diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile index 9e215c062652..09e7965e3237 100644 --- a/net/opendpi/Makefile +++ b/net/opendpi/Makefile @@ -3,18 +3,15 @@ PORTNAME= opendpi PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= fernando@netfilter.com.br -COMMENT= An open source deep packet inspection engine +COMMENT= Open source deep packet inspection engine GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on powerpc or sparc64: includes i386 assembler -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/opendpi/pkg-plist b/net/opendpi/pkg-plist index 673a5264cadf..f890de82ece5 100644 --- a/net/opendpi/pkg-plist +++ b/net/opendpi/pkg-plist @@ -6,8 +6,8 @@ include/libopendpi-1.2/libopendpi/ipq_macros.h include/libopendpi-1.2/libopendpi/ipq_protocols_osdpi.h include/libopendpi-1.2/libopendpi/ipq_public_functions.h lib/libopendpi.a -lib/libopendpi.la lib/libopendpi.so lib/libopendpi.so.1 +lib/libopendpi.so.1.0.2 @dirrm include/libopendpi-1.2/libopendpi @dirrm include/libopendpi-1.2 |