diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-20 10:40:08 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-20 10:40:08 +0000 |
commit | f7bcfbb621297c9fb8c2d0e5d1056d9a9bb239db (patch) | |
tree | f183206b9bd58b97416cbd1f7e610dfb66126316 /x11-fm | |
parent | fix 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')
-rw-r--r-- | x11-fm/gnome-commander/Makefile | 2 | ||||
-rw-r--r-- | 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 |