diff options
author | asami <asami@FreeBSD.org> | 1999-01-15 11:12:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-15 11:12:36 +0800 |
commit | 6718988297a94761b047b147929084014123fee0 (patch) | |
tree | 79ef1f2f0381f87286fa9a236b44cdd260aea700 /japanese | |
parent | b1d936c54bd19e8d1270ac71f50063e4eaa0ab6b (diff) | |
download | freebsd-ports-gnome-6718988297a94761b047b147929084014123fee0.tar.gz freebsd-ports-gnome-6718988297a94761b047b147929084014123fee0.tar.zst freebsd-ports-gnome-6718988297a94761b047b147929084014123fee0.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')
-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: |