summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-09 09:29:00 +0000
committerrillig <rillig>2006-11-09 09:29:00 +0000
commit39dcc6a413fbedf99095f0ab5552543193d6221c (patch)
tree814d1d8805a4dde76cda593a56d754003ba68280 /net
parent0c200180e283a9489b61a314663955bcebfd851a (diff)
downloadpkgsrc-39dcc6a413fbedf99095f0ab5552543193d6221c.tar.gz
Fixed "test ==".
Diffstat (limited to 'net')
-rw-r--r--net/jftpgw/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/jftpgw/Makefile b/net/jftpgw/Makefile
index 91952db8b98..0ce52c42a42 100644
--- a/net/jftpgw/Makefile
+++ b/net/jftpgw/Makefile
@@ -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_STAGE.config= post-build
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"