diff options
Diffstat (limited to 'editors/flim-mule-current/Makefile')
-rw-r--r-- | editors/flim-mule-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/flim-mule-current/Makefile b/editors/flim-mule-current/Makefile index 9d859d76107b..d8503931a49e 100644 --- a/editors/flim-mule-current/Makefile +++ b/editors/flim-mule-current/Makefile @@ -18,7 +18,7 @@ EMACS_PORT_NAME= mule # whether emacs requires *-setupel.el REQUIRE_SETUPEL= YES -# use pkg/* files in ${.CURDIR} -PKGDIR= ${.CURDIR}/pkg +# use pkg-* files in ${.CURDIR} +PKGDIR= ${.CURDIR} .include <${MASTERDIR}/Makefile> |