diff options
-rw-r--r-- | japanese/emacs-manual/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile index 4d1c4a5295d6..0051843029d4 100644 --- a/japanese/emacs-manual/Makefile +++ b/japanese/emacs-manual/Makefile @@ -49,9 +49,11 @@ EMACS_LOADLIBS= --load=texinfmt.el --load=PORT_TEXIFMT.MK .include <bsd.port.pre.mk> +.if defined(PACKAGE_BUILDING) .if ${OSVERSION} < 500000 IGNORE= is broken: hangs during build .endif +.endif post-extract: ${CP} ${FILESDIR}/PORT_TEXIFMT.MK ${WRKSRC} |