1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix Build, after alane moved the automake14 files to a

different location nearly 2 months ago.
This commit is contained in:
Tilman Keskinoz 2002-12-05 11:41:00 +00:00
parent e2872545f2
commit 79d29c7763
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71380

View File

@ -13,7 +13,7 @@ MASTER_SITES= http://members.ams.chello.nl/r.slooten2/divxcalc/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/automake14/automake/install-sh:${PORTSDIR}/devel/automake14
BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
USE_REINPLACE= yes
USE_GNOMENG= yes
@ -28,7 +28,7 @@ post-patch:
pre-configure:
.for file in config.guess config.sub install-sh missing mkinstalldirs
@${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC}
@${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC}
.endfor
.include <bsd.port.mk>