diff options
Diffstat (limited to 'net/jftpgw/Makefile')
-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" |