diff options
Diffstat (limited to 'chinese/bind8/Makefile')
-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 |