diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-29 01:45:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-29 01:45:09 +0000 |
commit | 85e8ed21ea7377174b1d691dff4eeee35ce53dd8 (patch) | |
tree | e9f8ae4728153410277c9669c8b7e415090712f8 /devel/autoconf | |
parent | 0e17c510f205b8416af0ac0103fb81c67629a5c8 (diff) |
Notes
Diffstat (limited to 'devel/autoconf')
-rw-r--r-- | devel/autoconf/Makefile | 34 | ||||
-rw-r--r-- | devel/autoconf/pkg-plist | 7 |
2 files changed, 8 insertions, 33 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 2b528c639d83..9a21edda1a55 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -19,38 +19,20 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ help2man:${PORTSDIR}/misc/help2man RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +LATEST_LINK= autoconf USE_BZIP2= yes USE_PERL5_RUN= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIG_SHELL=${SH} -CONFIGURE_ENV+= M4=${LOCALBASE}/bin/gm4 +CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 +CONFIGURE_ARGS= --without-lispdir +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.if exists(${LOCALBASE}/bin/emacs) -PLIST_SUB+= EMACS="" EMACSDIR=share/emacs -.elif exists(${LOCALBASE}/bin/xemacs) -PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs -.else -PLIST_SUB+= EMACS="@comment " EMACSDIR="" -.endif +GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \ + missing mkinstalldirs -GENERIC_TOOLS= config.guess \ - config.sub \ - elisp-comp \ - install-sh \ - mdate-sh \ - missing \ - mkinstalldirs - -MAN1= autoconf.1 \ - autoheader.1 \ - autom4te.1 \ - autoreconf.1 \ - autoscan.1 \ - autoupdate.1 \ - config.guess.1 \ - config.sub.1 \ - ifnames.1 +MAN1= autoconf.1 autoheader.1 autom4te.1 autoreconf.1 autoscan.1 \ + autoupdate.1 config.guess.1 config.sub.1 ifnames.1 .if defined(USE_AUTOCONF) || defined(USE_AUTOCONF_VER) pre-everything:: diff --git a/devel/autoconf/pkg-plist b/devel/autoconf/pkg-plist index e9c549f71932..fe71c6bd11e8 100644 --- a/devel/autoconf/pkg-plist +++ b/devel/autoconf/pkg-plist @@ -48,13 +48,6 @@ share/autoconf/m4sugar/version.m4 share/autoconf/mdate-sh share/autoconf/missing share/autoconf/mkinstalldirs -%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.el -%%EMACS%%%%EMACSDIR%%/site-lisp/autoconf-mode.elc -%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.el -%%EMACS%%%%EMACSDIR%%/site-lisp/autotest-mode.elc -@comment directories -%%EMACS%%@dirrm %%EMACSDIR%%/site-lisp -%%EMACS%%@dirrm %%EMACSDIR%% @dirrm share/autoconf/m4sugar @dirrm share/autoconf/autotest @dirrm share/autoconf/autoscan |