diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-14 02:48:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-14 02:48:43 +0000 |
commit | ed69276f3b3057aa2b01874de91a6b7abbf2326b (patch) | |
tree | d0a5a1185e060648396817abc7fc1d6960dd5d70 /japanese | |
parent | Add nethack. (diff) |
Add "NCFTPFLAGS=-NP", seems like they are behind a firewall.
Notes
Notes:
svn path=/head/; revision=1739
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nethack/Makefile | 3 | ||||
-rw-r--r-- | japanese/nethack32/Makefile | 3 | ||||
-rw-r--r-- | japanese/nethack34/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile index 92d8b0e366da..7424816651d9 100644 --- a/japanese/nethack/Makefile +++ b/japanese/nethack/Makefile @@ -3,7 +3,7 @@ # Date created: 13 February 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/05/14 02:35:15 asami Exp $ # DISTNAME= nethack3.1.3 @@ -20,6 +20,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes SHELL= /bin/sh +NCFTPFLAGS= -NP pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile index 92d8b0e366da..7424816651d9 100644 --- a/japanese/nethack32/Makefile +++ b/japanese/nethack32/Makefile @@ -3,7 +3,7 @@ # Date created: 13 February 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/05/14 02:35:15 asami Exp $ # DISTNAME= nethack3.1.3 @@ -20,6 +20,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes SHELL= /bin/sh +NCFTPFLAGS= -NP pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index 92d8b0e366da..7424816651d9 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -3,7 +3,7 @@ # Date created: 13 February 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/05/14 02:35:15 asami Exp $ # DISTNAME= nethack3.1.3 @@ -20,6 +20,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes SHELL= /bin/sh +NCFTPFLAGS= -NP pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh |