diff options
author | foxfair <foxfair@FreeBSD.org> | 2000-01-03 23:05:09 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2000-01-03 23:05:09 +0800 |
commit | 562677e183bc9e6b01e783f5db80f2263eeef2f6 (patch) | |
tree | 504ed4ad3bbb17a7c51419d4ccde5887e91a622c /chinese/stardict | |
parent | f2ad8d74d499da1ddca6a9a2a0d942e28e8eb507 (diff) | |
download | freebsd-ports-gnome-562677e183bc9e6b01e783f5db80f2263eeef2f6.tar.gz freebsd-ports-gnome-562677e183bc9e6b01e783f5db80f2263eeef2f6.tar.zst freebsd-ports-gnome-562677e183bc9e6b01e783f5db80f2263eeef2f6.zip |
Re-format <space> and <tab> in the Makefile, the changes is really trivial
and no need to get any permission from the maintainer first.
Obtained from : bento.
Diffstat (limited to 'chinese/stardict')
-rw-r--r-- | chinese/stardict/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chinese/stardict/Makefile b/chinese/stardict/Makefile index 41ecfda2d0bc..a1336d71a169 100644 --- a/chinese/stardict/Makefile +++ b/chinese/stardict/Makefile @@ -8,18 +8,18 @@ # $FreeBSD$ # -DISTNAME= zh-cdict-1.0 -CATEGORIES= chinese -MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/ +DISTNAME zh-cdict-1.0 +CATEGORIES= chinese +MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/ -MAINTAINER= phj@cn.FreeBSD.org +MAINTAINER= phj@cn.FreeBSD.org -REQUIRES_MOTIF= yes +REQUIRES_MOTIF= yes GNU_CONFIGURE= yes USE_XLIB= yes -MANCOMPRESSED= yes -MAN1= cdict.1 +MANCOMPRESSED= yes +MAN1= cdict.1 .include <bsd.port.mk> |