diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-05 11:33:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2002-12-05 11:33:20 +0000 |
commit | e2872545f209ca4b950ee7793189bc27c2273517 (patch) | |
tree | 1df4efb47f85b0109a7fb0aa54e27214999597f8 /sysutils | |
parent | cd9041c8fee4c9cb8de713fc2b582aad91e5483d (diff) | |
download | ports-e2872545f209ca4b950ee7793189bc27c2273517.tar.gz ports-e2872545f209ca4b950ee7793189bc27c2273517.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gfslicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gfslicer/Makefile b/sysutils/gfslicer/Makefile index 3b1356488bcc..63584e8f0390 100644 --- a/sysutils/gfslicer/Makefile +++ b/sysutils/gfslicer/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.geocities.com/gfslicer/ 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_X_PREFIX= yes @@ -27,7 +27,7 @@ MANCOMPRESSED= yes post-extract: .for file in install-sh missing mkinstalldirs - @${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC} + @${LN} -sf ${LOCALBASE}/share/automake14/${file} ${WRKSRC} .endfor @${RM} -f ${WRKSRC}/config.cache |