diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
commit | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch) | |
tree | 8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /x11/alltray | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) | |
download | ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.tar.gz ports-c2d62ca97a8f44ae4862f4e3f50431f56d8deab3.zip |
Notes
Diffstat (limited to 'x11/alltray')
-rw-r--r-- | x11/alltray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 7ff438680256..8abacec6e11d 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -34,7 +34,7 @@ post-patch: @${REINPLACE_CMD} -e 's|liballtray\.so\.0\.0\.0|liballtray.so.0|; \ s|/usr/lib|${PREFIX}/lib|' ${WRKSRC}/src/child.c -patch-autotools: +patch-autotools:: @for file in ${LIBTOOLFILES}; do \ ${REINPLACE_CMD} -e \ '/^ltmain=/ s|$$ac_aux_dir/ltmain\.sh|${LTMAIN}|g' \ |