Module Name:    src
Committed By:   dholland
Date:           Tue Jul 19 03:07:09 UTC 2011

Modified Files:
        src/external/bsd/libpcap/lib: Makefile

Log Message:
Remove spurious trailing slash; PR 45067 from Henning Petersen.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libpcap/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libpcap/lib/Makefile
diff -u src/external/bsd/libpcap/lib/Makefile:1.3 src/external/bsd/libpcap/lib/Makefile:1.4
--- src/external/bsd/libpcap/lib/Makefile:1.3	Thu May 26 12:56:25 2011
+++ src/external/bsd/libpcap/lib/Makefile	Tue Jul 19 03:07:09 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/05/26 12:56:25 joerg Exp $	
+# $NetBSD: Makefile,v 1.4 2011/07/19 03:07:09 dholland Exp $	
 
 .include <bsd.own.mk>
 
@@ -22,7 +22,7 @@
 	    -e 's,3PCAP,3,g' < ${.ALLSRC} > ${.TARGET}
 
 
-SRCDIR=		${.CURDIR}/../dist/
+SRCDIR=		${.CURDIR}/../dist
 .PATH:		${SRCDIR}
 
 LIB=		pcap

Reply via email to