diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /chinese/lunar | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
Diffstat (limited to 'chinese/lunar')
-rw-r--r-- | chinese/lunar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/lunar/Makefile b/chinese/lunar/Makefile index c946cbfffa1d..651f91e0ddb6 100644 --- a/chinese/lunar/Makefile +++ b/chinese/lunar/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: lunar -# Version required: 2.1 +# Version required: 2.1 # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org ALL_TARGET= MAN1= lunar.1 |