diff options
author | marino <marino@pkgsrc.org> | 2012-08-18 05:47:53 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-08-18 05:47:53 +0000 |
commit | ab9b046e515cca343465fcce881bb26bc91b16b5 (patch) | |
tree | f153ba4f0e28eeec4b80e8fb51790ab9911dacb6 /mbone/rat | |
parent | a580ec121b0ab73029bf9413241110c96591b9d3 (diff) | |
download | pkgsrc-ab9b046e515cca343465fcce881bb26bc91b16b5.tar.gz |
mbone/rat: Add makefiles for DragonFly 2.x and DragonFly 3.x
Remove DragonFly 1.x - not supported.
Diffstat (limited to 'mbone/rat')
-rw-r--r-- | mbone/rat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 46751e83731..1a8982805f5 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/04/07 13:13:24 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2012/08/18 05:47:53 marino Exp $ # DISTNAME= rat-3.0.28 @@ -26,7 +26,8 @@ post-patch: ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_4 ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_5 ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_NetBSD_6 - ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_1 + ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_2 + ${CP} ${WRKSRC}/Makefile_NetBSD_1 ${WRKSRC}/Makefile_DragonFly_3 do-build: cd ${WRKSRC} && USER=${USER} PREFIX=${PREFIX} MAKE=${MAKE_PROGRAM} LDFLAGS="${LDFLAGS}" X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} TCLCONFIG=${BUILDLINK_PREFIX.tcl}/lib/tclConfig.sh ./Build rat |