From f7bcfbb621297c9fb8c2d0e5d1056d9a9bb239db Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Fri, 20 Dec 2002 10:40:08 +0000 Subject: [PATCH] fix port that did not follow the automake/autoconf rules; approved by kris; FOLLOW THE RULES, PEOPLE! --- x11-fm/gnome-commander/Makefile | 2 +- x11-fm/gnome-commander2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-fm/gnome-commander/Makefile b/x11-fm/gnome-commander/Makefile index 8b2f3fcc7153..f7980308a708 100644 --- a/x11-fm/gnome-commander/Makefile +++ b/x11-fm/gnome-commander/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: .for AM in config.sub config.guess install-sh missing mkinstalldirs - ${LN} -fs ${LOCALBASE}/share/automake14/automake/${AM} ${WRKSRC}/${AM} + ${LN} -fs ${AUTOMAKE_DIR}/${AM} ${WRKSRC}/${AM} .endfor @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/src/gnome-cmd-data.c diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 8b2f3fcc7153..f7980308a708 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: .for AM in config.sub config.guess install-sh missing mkinstalldirs - ${LN} -fs ${LOCALBASE}/share/automake14/automake/${AM} ${WRKSRC}/${AM} + ${LN} -fs ${AUTOMAKE_DIR}/${AM} ${WRKSRC}/${AM} .endfor @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ ${WRKSRC}/src/gnome-cmd-data.c