diff options
author | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
commit | a44c192a2f5c31ae449c6b008b8a42bcc7ee099d (patch) | |
tree | 14d9392b22ced431dae442dd74506f7e26011de3 /Mk/bsd.port.mk | |
parent | db3ee9b87911306ae5e8d8b79d43c0e4c925954d (diff) | |
download | freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.gz freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.tar.zst freebsd-ports-gnome-a44c192a2f5c31ae449c6b008b8a42bcc7ee099d.zip |
Sync to new bsd.autotools.mk
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c25e695a157f..ff7d73cc7953 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3748,6 +3748,11 @@ do-patch: fi .endif +.if !target(patch-autotools) +patch-autotools: + @${DO_NADA} +.endif + .if !target(run-autotools) run-autotools: @${DO_NADA} @@ -4412,7 +4417,7 @@ _EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \ post-extract post-extract-script _PATCH_DEP= extract _PATCH_SEQ= ask-license patch-message patch-depends patch-dos2unix pre-patch \ - pre-patch-script do-patch post-patch post-patch-script + pre-patch-script do-patch patch-autotools post-patch post-patch-script _CONFIGURE_DEP= patch _CONFIGURE_SEQ= build-depends lib-depends configure-message \ pre-configure pre-configure-script \ |