diff options
Diffstat (limited to 'editors/semi-mule-current/Makefile')
-rw-r--r-- | editors/semi-mule-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi-mule-current/Makefile b/editors/semi-mule-current/Makefile index 95e2b3adee21..8c35a505d77a 100644 --- a/editors/semi-mule-current/Makefile +++ b/editors/semi-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> |