diff options
author | lioux <lioux@FreeBSD.org> | 2001-12-03 02:45:49 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-12-03 02:45:49 +0800 |
commit | 980f57876b30f66cda27b7e2fff0a1cd5ec4313e (patch) | |
tree | e2d575c9d9f7119f60aa3a1f99085822a35de535 /japanese/mutt | |
parent | 3403a5257f7c1017e2ab0f194d23842303464f57 (diff) | |
download | freebsd-ports-gnome-980f57876b30f66cda27b7e2fff0a1cd5ec4313e.tar.gz freebsd-ports-gnome-980f57876b30f66cda27b7e2fff0a1cd5ec4313e.tar.zst freebsd-ports-gnome-980f57876b30f66cda27b7e2fff0a1cd5ec4313e.zip |
o USE_AUTO* police sweep
- Don't hardcode, use ACLOCAL
Diffstat (limited to 'japanese/mutt')
-rw-r--r-- | japanese/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 39b5a005f8e2..96fddb71c88b 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -55,7 +55,7 @@ MAN1= mutt.1 mutt_dotlock.1 MAN5= muttrc.5 pre-configure: - (cd ${WRKSRC}; aclocal -I m4) + (cd ${WRKSRC}; ${ACLOCAL} -I m4) post-install: ${INSTALL_DATA} ${WRKDIR}/manual_ja.txt ${PREFIX}/share/doc/mutt |