diff options
author | alane <alane@FreeBSD.org> | 2002-12-20 18:40:08 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-12-20 18:40:08 +0800 |
commit | 4d8edb9a9107907d5cc60f115aeb2fa66111b726 (patch) | |
tree | 7d13f3496a2b94e64054b9acdf5ae0dfa2cb54c3 /x11-fm/gnome-commander2 | |
parent | 750da5f7c529f024d84b96faf76f1c0908cb17f1 (diff) | |
download | freebsd-ports-gnome-4d8edb9a9107907d5cc60f115aeb2fa66111b726.tar.gz freebsd-ports-gnome-4d8edb9a9107907d5cc60f115aeb2fa66111b726.tar.zst freebsd-ports-gnome-4d8edb9a9107907d5cc60f115aeb2fa66111b726.zip |
fix port that did not follow the automake/autoconf rules; approved by kris; FOLLOW THE RULES, PEOPLE!
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |