diff options
Diffstat (limited to 'x11-fm/gnome-commander')
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |