diff options
author | joerg <joerg> | 2006-03-23 13:41:41 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-03-23 13:41:41 +0000 |
commit | 8638f5f59fe54e74efb91b6a1a10b7a60ae44cd8 (patch) | |
tree | ccafce9f74a60068845cab1c8316471250f99905 /net/rdist6/Makefile | |
parent | 8779c7ed871e072820048a761796a3d571a41480 (diff) | |
download | pkgsrc-8638f5f59fe54e74efb91b6a1a10b7a60ae44cd8.tar.gz |
Add DragonFly support.
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r-- | net/rdist6/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 147bee8ca8b..1f253cc64ac 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:49 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/03/23 13:41:41 joerg Exp $ # DISTNAME= freerdist-0.92 @@ -17,6 +17,10 @@ MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME:Q} CONFLICTS= rdist6-[0-9]* +post-extract: + ${CP} ${FILESDIR}/os-dragonfly.h ${WRKSRC}/config + ${ECHO} LIB_SYS=-lcompat > ${WRKSRC}/config/mf.dragonfly + post-install: @strip ${PREFIX}/bin/${RDIST6_NAME} @strip ${PREFIX}/bin/rdistd |