diff options
author | tron <tron@pkgsrc.org> | 2002-02-17 21:40:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-02-17 21:40:31 +0000 |
commit | 50335ef19502a0a2bda517e0e1dd97af99011551 (patch) | |
tree | d17b98dee7483b73534bdbe7f076470eb7671010 /net/pchar | |
parent | e4d72e698d8fe14737f746115a0f17f868497e05 (diff) | |
download | pkgsrc-50335ef19502a0a2bda517e0e1dd97af99011551.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 |