diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 18:18:53 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 18:18:53 +0800 |
commit | 441866876908b0dd674c457bcea0321392222e80 (patch) | |
tree | ad32b8e64928d8a675643635d5a3fd0e78a434d1 /japanese/groff/Makefile | |
parent | 1ebb90a44466c8d0075ed692fad0acf3ea20fc71 (diff) | |
download | freebsd-ports-graphics-441866876908b0dd674c457bcea0321392222e80.tar.gz freebsd-ports-graphics-441866876908b0dd674c457bcea0321392222e80.tar.zst freebsd-ports-graphics-441866876908b0dd674c457bcea0321392222e80.zip |
Put MAINTAINER in the right place.
Diffstat (limited to 'japanese/groff/Makefile')
-rw-r--r-- | japanese/groff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/groff/Makefile b/japanese/groff/Makefile index a3c375c5e7a..765aa17794c 100644 --- a/japanese/groff/Makefile +++ b/japanese/groff/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.7 1996/11/18 10:23:47 asami Exp $ +# $Id: Makefile,v 1.8 1996/12/06 12:21:49 asami Exp $ # DISTNAME= groff-1.10 @@ -11,13 +11,13 @@ PKGNAME= jp-groff-0.99 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= graphite@taurus.bekkoame.or.jp - PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \ ftp://ftp.iij.ad.jp/pub/linux-j/JF/misc/ PATCHFILES= jgroff-0.99.diff.gz PATCH_DIST_STRIP= -p1 +MAINTAINER= graphite@taurus.bekkoame.or.jp + USE_GMAKE= yes GNU_CONFIGURE= yes |