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 /Mk/bsd.gnustep.mk | |
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 'Mk/bsd.gnustep.mk')
-rw-r--r-- | Mk/bsd.gnustep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnustep.mk b/Mk/bsd.gnustep.mk index 252edb1fafbc..9d92e96ae55d 100644 --- a/Mk/bsd.gnustep.mk +++ b/Mk/bsd.gnustep.mk @@ -191,7 +191,7 @@ MAKE_FLAGS+= GUI_BACKEND_LIB=cairo # source GNUstep.sh # .if defined(USE_GNUSTEP_CONFIGURE) -run-autotools: +run-autotools:: @${DO_NADA} do-configure: |