diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-15 03:12:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-15 03:12:36 +0000 |
commit | 315dc15d017e66afa719d07a90ca57b60421a8b1 (patch) | |
tree | 721d2269edebc4b632159fca20e461191eb38c89 /japanese/gn-gnspool | |
parent | 610ab9d1ea0158c9668e112e8f44a12b7cc12311 (diff) | |
download | freebsd-ports-315dc15d017e66afa719d07a90ca57b60421a8b1.zip |
Don't put a tab in front of a comment line, it confuses make. :)
While I'm here, move the comment above the line it's describing, not
below.
Diffstat (limited to 'japanese/gn-gnspool')
-rw-r--r-- | japanese/gn-gnspool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/gn-gnspool/Makefile b/japanese/gn-gnspool/Makefile index 4391c3bd5b0b..64df84d7aedc 100644 --- a/japanese/gn-gnspool/Makefile +++ b/japanese/gn-gnspool/Makefile @@ -3,7 +3,7 @@ # Date created: 14 Feb. 1997 # Whom: Kiroh HARADA <kiroh@kh.rim.or.jp> # -# $Id: Makefile,v 1.6 1999/01/14 22:19:32 sada Exp $ +# $Id: Makefile,v 1.7 1999/01/15 00:43:24 sada Exp $ # DISTNAME= gn-1.40 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/misc/gn/ MAINTAINER= kiroh@kh.rim.or.jp +# The program ``configur'' sometimes issue questions and +# batch-mode build would fail. IS_INTERACTIVE= yes - # The program ``configur'' sometimes issue questions and - # batch-mode build would fail. WRKSRC= ${WRKDIR}/${DISTNAME}/src pre-configure: |