diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-26 15:26:44 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-26 15:26:44 +0000 |
commit | 41858e379607a1a8ad4c5ffc351afc5865ca6360 (patch) | |
tree | a3e2f2922b95fc93ea3524e5cd3bd592741948d7 /chinese/joe2/Makefile | |
parent | ee5080e0e9e4d732c9eb2a2dce2f0aa7cbb16b80 (diff) | |
download | ports-41858e379607a1a8ad4c5ffc351afc5865ca6360.tar.gz ports-41858e379607a1a8ad4c5ffc351afc5865ca6360.zip |
Notes
Diffstat (limited to 'chinese/joe2/Makefile')
-rw-r--r-- | chinese/joe2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/joe2/Makefile b/chinese/joe2/Makefile index ec4965c28508..e673db114430 100644 --- a/chinese/joe2/Makefile +++ b/chinese/joe2/Makefile @@ -7,14 +7,13 @@ CATEGORIES= chinese -MASTERDIR= ${.CURDIR}/../../editors/joe - PATCH_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/joe/ PATCHFILES= zh-joe-2.8_3-patch PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org +MASTERDIR= ${.CURDIR}/../../editors/joe MD5_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" |