diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 20:42:51 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-01 20:42:51 +0000 |
commit | ee0a162557f0e432a8f831d9530d755a219ae8e5 (patch) | |
tree | a2bb165984269c9a25275323afb09147c4851791 /editors/flim113-emacs20/Makefile | |
parent | f3b66a5fccdb771d724540a164f43c4cdd2e1713 (diff) |
Notes
Diffstat (limited to 'editors/flim113-emacs20/Makefile')
-rw-r--r-- | editors/flim113-emacs20/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index 1f5b87c7afec..ace0ce5cdd0b 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/Makefile @@ -10,12 +10,9 @@ MAINTAINER= shige@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../../editors/flim113-emacs +MASTERDIR= ${.CURDIR}/../../editors/flim113 # emacs port setup EMACS_PORT_NAME= emacs20 -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - .include <${MASTERDIR}/Makefile> |