diff options
Diffstat (limited to 'net/netpipes/Makefile')
-rw-r--r-- | net/netpipes/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index 8a26551d4fe..5d21ef2f974 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/11/07 02:48:50 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:47 rillig Exp $ DISTNAME= netpipes-4.2-export PKGNAME= ${DISTNAME:S/-export//} @@ -7,12 +7,12 @@ MASTER_SITES= http://web.purplefrog.com/ftp/thoth/netpipes/ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html -COMMENT= utilities for communicating via sockets +COMMENT= Utilities for communicating via sockets WRKSRC= ${WRKDIR} USE_TOOLS+= tbl -LIBS.SunOS= -lsocket -lnsl +LIBS.SunOS+= -lsocket -lnsl INSTALLATION_DIRS= bin ${PKGMANDIR} |