diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/alltray/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnomemm26/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index 7ff43868..8abacec 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' \ diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 8d4df9b..7b033b8 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.6" API_VERSION="2.6" -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |