diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-20 00:26:58 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-20 00:26:58 +0000 |
commit | ff8e9f865c0f38a2e54d293c98edf015937eb8db (patch) | |
tree | 0567a6eee244656ffbe52908f71f686df2344d49 /editors/mule/Makefile | |
parent | d4ed9c19aef17dfb17e697144fbcb13c433de08c (diff) | |
download | FreeBSD-ports-ff8e9f865c0f38a2e54d293c98edf015937eb8db.zip FreeBSD-ports-ff8e9f865c0f38a2e54d293c98edf015937eb8db.tar.gz |
Add MD5_FILE for slave ports.
In the new layout of ports tree, it is required.
Submitted by: imura
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 8f67074..ea19218 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -35,6 +35,7 @@ EXTRACT_ONLY= emacs-${EMACS_VERSION}b${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/emacs-${EMACS_VERSION} PATCHDIR= ${.CURDIR}/../../editors/mule-common/files FILESDIR= ${.CURDIR}/../../editors/mule-common/files +MD5_FILE= ${.CURDIR}/../../editors/mule-common/distinfo SCRIPTDIR= ${.CURDIR}/../../editors/mule-common/scripts PLIST= ${.CURDIR}/../../editors/mule/pkg-plist INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} |