diff options
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 74f127b4a1b..e73d2d558f9 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2007/02/17 17:44:57 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2007/04/09 09:47:48 adrianp Exp $ -DISTNAME= socat-1.5.0.0 +DISTNAME= socat-1.6.0.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ @@ -8,7 +8,6 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.dest-unreach.org/socat/ COMMENT= "netcat++" (extended design, new implementation) -#WRKSRC= ${WRKDIR}/socat-1.5 GNU_CONFIGURE= YES USE_GNU_READLINE= YES @@ -18,7 +17,7 @@ CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= post-patch -SUBST_FILES.paths= socat.1 +SUBST_FILES.paths= doc/socat.1 SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' .include "../../security/openssl/buildlink3.mk" |