diff options
author | ade <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
commit | 2845f609f56f10402b8466c394943a1e64466ae1 (patch) | |
tree | 2dc27564fc10e17093aaf559dd878e18072d471b /graphics | |
parent | 3f8f68f964ff4252a330957869a627a5b3e3dd30 (diff) | |
download | freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.tar.gz freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.tar.zst freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.zip |
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 'graphics')
-rw-r--r-- | graphics/goom/Makefile | 2 | ||||
-rw-r--r-- | graphics/inkscape/Makefile | 2 | ||||
-rw-r--r-- | graphics/libgnomecanvasmm26/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index c2b38d10102a..2ad5fc2bcc59 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -39,7 +39,7 @@ pre-everything:: @${ECHO} "" .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ceefc950c44e..58654a878af5 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -40,7 +40,7 @@ MAN1= inkscape.1 inkview.1 IGNORE= Requires symbols not present on 4.X .endif -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index cc0564296ccc..16b357393a81 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -39,7 +39,7 @@ post-patch: @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ ${WRKSRC}/tools/extra_defs_gen/Makefile.in -patch-autotools: +patch-autotools:: @(cd ${PATCH_WRKSRC}; \ for file in ${LIBTOOLFILES}; do \ ${CP} $$file $$file.tmp; \ |