diff options
author | leeym <leeym@FreeBSD.org> | 2004-10-26 23:26:44 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-10-26 23:26:44 +0800 |
commit | cbfa14de9821a71bf2adb3e9cb2ddc8c46b964cd (patch) | |
tree | e3787f1b879e9cb5c104df409d820fe57b9b44d3 | |
parent | 7ad1eb6da89ab680c970f24d4d83c8c546df56f3 (diff) | |
download | freebsd-ports-gnome-cbfa14de9821a71bf2adb3e9cb2ddc8c46b964cd.tar.gz freebsd-ports-gnome-cbfa14de9821a71bf2adb3e9cb2ddc8c46b964cd.tar.zst freebsd-ports-gnome-cbfa14de9821a71bf2adb3e9cb2ddc8c46b964cd.zip |
- relocate MASTERDIR and make it portlint clean
-rw-r--r-- | chinese/joe/Makefile | 3 | ||||
-rw-r--r-- | chinese/joe2/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/joe/Makefile b/chinese/joe/Makefile index ec4965c28508..e673db114430 100644 --- a/chinese/joe/Makefile +++ b/chinese/joe/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" 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" |