diff options
author | tron <tron> | 2002-02-17 21:40:31 +0000 |
---|---|---|
committer | tron <tron> | 2002-02-17 21:40:31 +0000 |
commit | 44f3b10eb8a80e819e00982361cbc223a49d01d1 (patch) | |
tree | d17b98dee7483b73534bdbe7f076470eb7671010 /net/pchar | |
parent | 6dd2bde4d3ba6b489fb124bed9689bee6180b821 (diff) | |
download | pkgsrc-44f3b10eb8a80e819e00982361cbc223a49d01d1.tar.gz |
Fix a double slash in a pathname.
Diffstat (limited to 'net/pchar')
-rw-r--r-- | net/pchar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index c6c3aa0d12b..85ace7a1e92 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/02/17 21:25:43 tron Exp $ +# $NetBSD: Makefile,v 1.15 2002/02/17 21:40:31 tron Exp $ DISTNAME= pchar-1.4 CATEGORIES= net @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-ipv6 # XXX Not fully integrated .if ${OPSYS} == "NetBSD" -.include "..//ucd-snmp/buildlink.mk" +.include "../ucd-snmp/buildlink.mk" CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_DIR} LIBS+= -lsnmp -lcrypto |