pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/rp-l2tp Use += in previous.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/146472861c96
branches:  trunk
changeset: 502727:146472861c96
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 16:58:17 2005 +0000

description:
Use += in previous.

diffstat:

 net/rp-l2tp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 213188714fbb -r 146472861c96 net/rp-l2tp/Makefile
--- a/net/rp-l2tp/Makefile      Tue Nov 08 16:57:40 2005 +0000
+++ b/net/rp-l2tp/Makefile      Tue Nov 08 16:58:17 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/11/08 16:57:59 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/11/08 16:58:17 tv Exp $
 #
 
 DISTNAME=      rp-l2tp-0.3
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://sourceforge.net/projects/rp-l2tp/
 COMMENT=       User-space implementation of layer 2 tunnelling protocol
 
-NOT_FOR_PLATFORM=      Interix-*-* # no userland protocol stack support
+NOT_FOR_PLATFORM+=     Interix-*-* # no userland protocol stack support
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index