diff options
Diffstat (limited to 'editors/xemacs/Makefile.common')
-rw-r--r-- | editors/xemacs/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index 746ec3c77ba..a3f21563a58 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2020/09/24 11:51:47 hauke Exp $ +# $NetBSD: Makefile.common,v 1.36 2021/03/28 10:36:33 hauke Exp $ # # used by editors/xemacs-nox11/Makefile # used by editors/xemacs/Makefile @@ -18,7 +18,7 @@ PATCHDIR= ${.CURDIR}/../../editors/xemacs/patches DISTINFO_FILE= ${.CURDIR}/../../editors/xemacs/distinfo PLIST_SRC= ${.CURDIR}/../../editors/xemacs/PLIST -USE_TOOLS+= patch makeinfo perl +USE_TOOLS+= patch gtar makeinfo perl HAS_CONFIGURE= yes @@ -93,6 +93,8 @@ INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} INSTALL_MAKE_FLAGS+= sitelispdir=${DESTDIR}${PREFIX}/lib/xemacs/site-lisp INSTALL_MAKE_FLAGS+= sitemoduledir=${DESTDIR}${PREFIX}/lib/xemacs/site-modules +INSTALL_MAKE_FLAGS+= TAR=${TOOLS_PATH.gtar} + post-extract: cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s/ .if !empty(PKG_OPTIONS:Mx11) |