Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 07:33:51 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35798: Fix port: net/py-pcap
Message-ID:  <200203112233.g2BMXpv42673@kornet.hanirc.org>

next in thread | raw e-mail | index | archive | help

>Number:         35798
>Category:       ports
>Synopsis:       Fix port: net/py-pcap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 14:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD kornet.hanirc.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 00:21:52 KST 2002 root@kornet.hanirc.org:/home/obj/home/src/sys/HANIRC i386

>Description:
Fix wrong PLIST problem around py22- and py-.

Noticed by: bento

>How-To-Repeat:
>Fix:

diff -ruN py-pcap.orig/Makefile py-pcap/Makefile
--- py-pcap.orig/Makefile	Sun Nov 25 18:41:29 2001
+++ py-pcap/Makefile	Tue Mar 12 07:28:45 2002
@@ -18,7 +18,7 @@
 
 BUILD_DEPENDS=	${SWIG_CMD}:${PORTSDIR}/devel/SWIG
 
-EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
+EXAMPLESDIR=	${PREFIX}/share/examples/py-pcap
 PLIST_SUB=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g}
 SWIG_CMD?=	${LOCALBASE}/bin/swig
 WRKSRC=		${WRKDIR}/pylibpcap
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203112233.g2BMXpv42673>