diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-08 13:08:17 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-08 13:08:17 +0000 |
commit | a3a6a2d19690d1992d3a8bea2dd09446844a7b55 (patch) | |
tree | 21b3d08ba09b1fb4d836e79d32156604a2ec42da /chinese | |
parent | e1e33ce1cc281aa70ed34886f0ea86c9037a965a (diff) | |
download | ports-a3a6a2d19690d1992d3a8bea2dd09446844a7b55.tar.gz ports-a3a6a2d19690d1992d3a8bea2dd09446844a7b55.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bind8/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chinese/bind8/Makefile b/chinese/bind8/Makefile index 6426c0035e62..5401792839df 100644 --- a/chinese/bind8/Makefile +++ b/chinese/bind8/Makefile @@ -7,6 +7,8 @@ CATEGORIES= chinese net +MAINTAINER= jihuang@gate.sinica.edu.tw + MASTERDIR= ${.CURDIR}/../../dns/bind8 PATCH_SITES= http://www.sinica.edu.tw/~jihuang/ @@ -14,9 +16,8 @@ PATCH_SITES= http://www.sinica.edu.tw/~jihuang/ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.diff.gz +MD5_FILE= ${.CURDIR}/distinfo + .include "${MASTERDIR}/Makefile" -MD5_FILE= ${.CURDIR}/distinfo -PKGNAMEPREFIX:= ${PKGNAMEPREFIX} -MAINTAINER= jihuang@gate.sinica.edu.tw |