Correct DATADIR name for tshark and tshark-lite.

Reported by:	pointyhat via erwin
This commit is contained in:
Joe Marcus Clarke 2006-08-04 21:14:31 +00:00
parent 88f1e1cb1f
commit 362bb57aa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169695
2 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,7 @@
#
PORTNAME= tshark
PORTREVISION= 1
CATEGORIES= net ipv6
MASTERDIR= ${.CURDIR}/../wireshark

View file

@ -10,11 +10,13 @@ PORTVERSION= 0.99.2
PORTREVISION?= 0
CATEGORIES= net ipv6
MASTER_SITES= http://www.wireshark.org/download/src/
DISTNAME= wireshark-${PORTVERSION}
DISTNAME= ${DATADIR_NAME}-${PORTVERSION}
MAINTAINER= marcus@FreeBSD.org
COMMENT?= A powerful network analyzer/capture tool
DATADIR_NAME= wireshark
USE_PERL5_BUILD=yes
USE_PYTHON_BUILD=yes
USE_ICONV= yes
@ -28,6 +30,7 @@ CONFIGURE_ARGS+= --program-transform-name="" \
--with-ssl=/usr
MAKE_ENV= MIBDIRS="/dev/null"
INSTALLS_SHLIB= yes
DATADIR= ${PREFIX}/share/${DATADIR_NAME}
.for x in capinfos editcap idl2wrs mergecap text2pcap
.if defined(LITE)