diff options
author | taoka <taoka@FreeBSD.org> | 2000-12-20 08:26:58 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-12-20 08:26:58 +0800 |
commit | ff8e9f865c0f38a2e54d293c98edf015937eb8db (patch) | |
tree | 0567a6eee244656ffbe52908f71f686df2344d49 | |
parent | d4ed9c19aef17dfb17e697144fbcb13c433de08c (diff) | |
download | freebsd-ports-gnome-ff8e9f865c0f38a2e54d293c98edf015937eb8db.tar.gz freebsd-ports-gnome-ff8e9f865c0f38a2e54d293c98edf015937eb8db.tar.zst freebsd-ports-gnome-ff8e9f865c0f38a2e54d293c98edf015937eb8db.zip |
Add MD5_FILE for slave ports.
In the new layout of ports tree, it is required.
Submitted by: imura
-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 8f670741b747..ea19218b00d0 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} |