diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-09 09:29:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-09 09:29:00 +0000 |
commit | 1a97aaa53acf8d92a7fdf3562b3b77367e4020ae (patch) | |
tree | 814d1d8805a4dde76cda593a56d754003ba68280 /net | |
parent | abb016d842205ba50b0ffc49b1710bc396d00488 (diff) | |
download | pkgsrc-1a97aaa53acf8d92a7fdf3562b3b77367e4020ae.tar.gz |
Fixed "test ==".
Diffstat (limited to 'net')
-rw-r--r-- | net/jftpgw/Makefile | 4 |
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" |