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