summaryrefslogtreecommitdiff
path: root/x11-fm/gnome-commander2
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-20 10:40:08 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-20 10:40:08 +0000
commitf7bcfbb621297c9fb8c2d0e5d1056d9a9bb239db (patch)
treef183206b9bd58b97416cbd1f7e610dfb66126316 /x11-fm/gnome-commander2
parentfix build due to borked plist; approved by kris (diff)
fix port that did not follow the automake/autoconf rules; approved by kris; FOLLOW THE RULES, PEOPLE!
Notes
Notes: svn path=/head/; revision=71734
Diffstat (limited to 'x11-fm/gnome-commander2')
-rw-r--r--x11-fm/gnome-commander2/Makefile2
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