summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-19 06:02:20 +0000
commitc2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch)
tree8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /graphics
parentAdd dbus to the REQUIRE line for the rcND scripts to ensure dbus is started (diff)
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.
Notes
Notes: svn path=/head/; revision=148768
Diffstat (limited to 'graphics')
-rw-r--r--graphics/goom/Makefile2
-rw-r--r--graphics/inkscape/Makefile2
-rw-r--r--graphics/libgnomecanvasmm26/Makefile2
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; \