diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-03 15:50:49 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-12-03 15:50:49 +0000 |
commit | 9b595a9bae93d009cad729a95e5e91fc38cd747f (patch) | |
tree | 923dfb1907fb508f52c96b214552fb6700c0384e /editors/semi113-mule/Makefile | |
parent | 4054724a7949788c0c96df7e73c8ca7168faeddf (diff) | |
download | ports-9b595a9bae93d009cad729a95e5e91fc38cd747f.tar.gz ports-9b595a9bae93d009cad729a95e5e91fc38cd747f.zip |
Notes
Diffstat (limited to 'editors/semi113-mule/Makefile')
-rw-r--r-- | editors/semi113-mule/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/semi113-mule/Makefile b/editors/semi113-mule/Makefile index 7b20077b68a4..16674322962d 100644 --- a/editors/semi113-mule/Makefile +++ b/editors/semi113-mule/Makefile @@ -10,15 +10,9 @@ MAINTAINER= shige@FreeBSD.org # This is a slave port. PORTCLASS= slave -MASTERDIR= ${.CURDIR}/../../editors/semi113-emacs +MASTERDIR= ${.CURDIR}/../../editors/semi113 # emacs port setup EMACS_PORT_NAME= mule -# whether emacs requires *-setupel.el -REQUIRE_SETUPEL= YES - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - .include <${MASTERDIR}/Makefile> |