diff options
author | okazaki <okazaki@FreeBSD.org> | 2004-06-15 11:56:26 +0800 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2004-06-15 11:56:26 +0800 |
commit | 7d8c2f7dc241a164c77c55582f71b16c37ac31ed (patch) | |
tree | cdcc6d1342c8b93d821c48ae28c42762195dac9d /japanese/emacs-manual | |
parent | 890726bb95ad2a52f9ab42197c198bf9bf7d8108 (diff) | |
download | freebsd-ports-gnome-7d8c2f7dc241a164c77c55582f71b16c37ac31ed.tar.gz freebsd-ports-gnome-7d8c2f7dc241a164c77c55582f71b16c37ac31ed.tar.zst freebsd-ports-gnome-7d8c2f7dc241a164c77c55582f71b16c37ac31ed.zip |
Narrow the condition to IGNORE.
Diffstat (limited to 'japanese/emacs-manual')
-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} |