pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/jftpgw Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/776f2aa4b347
branches:  trunk
changeset: 521314:776f2aa4b347
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 09 09:29:00 2006 +0000

description:
Fixed "test ==".

diffstat:

 net/jftpgw/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r c3ddda7ab52b -r 776f2aa4b347 net/jftpgw/Makefile
--- a/net/jftpgw/Makefile       Thu Nov 09 09:26:21 2006 +0000
+++ b/net/jftpgw/Makefile       Thu Nov 09 09:29:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/04/10 09:31:01 martti Exp $
+# $NetBSD: Makefile,v 1.11 2006/11/09 09:29:00 rillig Exp $
 
 DISTNAME=          jftpgw-0.13.5
 #PKGREVISION=      1
@@ -32,4 +32,6 @@
 SUBST_FILES.config=    jftpgw.conf.sample
 SUBST_SED.config=      -e "s/nobody/root/"
 
+CHECK_PORTABILITY_SKIP+=       support/jftpgw.startscript.non-RH
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index