diff options
Diffstat (limited to 'net/netpipes')
-rw-r--r-- | net/netpipes/Makefile | 4 | ||||
-rw-r--r-- | net/netpipes/distinfo | 4 | ||||
-rw-r--r-- | net/netpipes/patches/patch-aa | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index 2d4b1e5c55e..1952be47763 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/14 16:00:41 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/11 22:17:36 joerg Exp $ DISTNAME= netpipes-4.2-export PKGNAME= ${DISTNAME:S/-export//} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.purplefrog.com/~thoth/netpipes/netpipes.html COMMENT= Utilities for communicating via sockets +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_TOOLS+= tbl diff --git a/net/netpipes/distinfo b/net/netpipes/distinfo index cf3742a2cc1..8b8259652e0 100644 --- a/net/netpipes/distinfo +++ b/net/netpipes/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2005/12/18 22:02:35 joerg Exp $ +$NetBSD: distinfo,v 1.3 2010/02/11 22:17:36 joerg Exp $ SHA1 (netpipes-4.2-export.tar.gz) = e8a52168b2893a12d943cc31e5d3a7f0bb3502b0 RMD160 (netpipes-4.2-export.tar.gz) = 26c982c0b9e4382d96335f10a5e54813f776db29 Size (netpipes-4.2-export.tar.gz) = 74977 bytes -SHA1 (patch-aa) = 08b395d0c47e4099461bd0c31f6bea600cab043e +SHA1 (patch-aa) = 25c4760f1a50f1e120b691b49088f149b5c54029 SHA1 (patch-ab) = e2ff692a1153687c5c42da9df06cdc3012c6989a SHA1 (patch-ac) = 4cc8af134622dec798094dc043ad65c1e1154cf0 SHA1 (patch-ad) = dfa0eeb9b6a723b6d91fa234e4cfeaad66e6ec8c diff --git a/net/netpipes/patches/patch-aa b/net/netpipes/patches/patch-aa index d8d5431ad7d..e2b0d93bd1f 100644 --- a/net/netpipes/patches/patch-aa +++ b/net/netpipes/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/11/06 23:58:34 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2010/02/11 22:17:36 joerg Exp $ --- Makefile.orig 1998-10-28 15:30:03.000000000 -0500 +++ Makefile @@ -9,7 +9,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2005/11/06 23:58:34 jlam Exp $ -INSTROOT = /depot/collections0/netpipes4.1 -#INSTROOT = /usr/local +#INSTROOT = /depot/collections0/netpipes4.1 -+INSTROOT = ${PREFIX} ++INSTROOT = ${DESTDIR}${PREFIX} INSTBIN = ${INSTROOT}/bin -INSTMAN = ${INSTROOT}/man +INSTMAN = ${INSTROOT}/${PKGMANDIR} |