diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-01-14 06:13:57 +0000 |
commit | f7f940d1c208204ac24ad6ff688d6318d93ace49 (patch) | |
tree | 20f62f950e0b1651962082664a63613c48d670cd /net/fpc-pcap | |
parent | e1102f2a9332b465d0345638dfd00c0c37a3eb4e (diff) |
- Update to 2.2.2
Notes
Notes:
svn path=/head/; revision=226034
Diffstat (limited to 'net/fpc-pcap')
-rw-r--r-- | net/fpc-pcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/fpc-pcap/Makefile b/net/fpc-pcap/Makefile index b0784411d2f4..5e446fec30e2 100644 --- a/net/fpc-pcap/Makefile +++ b/net/fpc-pcap/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net lang PKGNAMESUFFIX= -pcap @@ -15,7 +15,7 @@ COMMENT= Free Pascal unit for libpcap library USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} OPTIONS= LIBPCAP "Install ubiquitous network traffic capture library" on |