summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
committerade <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
commit2845f609f56f10402b8466c394943a1e64466ae1 (patch)
tree2dc27564fc10e17093aaf559dd878e18072d471b /x11
parent3f8f68f964ff4252a330957869a627a5b3e3dd30 (diff)
downloadFreeBSD-ports-2845f609f56f10402b8466c394943a1e64466ae1.zip
FreeBSD-ports-2845f609f56f10402b8466c394943a1e64466ae1.tar.gz
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if they need to.
Diffstat (limited to 'x11')
-rw-r--r--x11/alltray/Makefile2
-rw-r--r--x11/libgnomemm26/Makefile2
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; \
OpenPOWER on IntegriCloud