aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2002-12-05 11:41:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2002-12-05 11:41:00 +0000
commit79d29c7763ed00ab1f6e46856dbbe5e8a360cefb (patch)
tree6a3bfbeba5637354e665cef8d8a139b4c6ff8d27 /graphics
parente2872545f209ca4b950ee7793189bc27c2273517 (diff)
downloadports-79d29c7763ed00ab1f6e46856dbbe5e8a360cefb.tar.gz
ports-79d29c7763ed00ab1f6e46856dbbe5e8a360cefb.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/divxcalc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile
index 365bf0aeb123..bee05adb545f 100644
--- a/graphics/divxcalc/Makefile
+++ b/graphics/divxcalc/Makefile
@@ -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>