diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-04 07:21:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-04 07:21:23 +0800 |
commit | a32973bbb33863d17bef3f42d8a30c1d691b4770 (patch) | |
tree | 6aead6dd5613afca4ce0e63b2f43e460a6d0e6b1 /Mk | |
parent | 80daa844c41bac58dcce768f9fb7ea83e4c766bd (diff) | |
download | freebsd-ports-gnome-a32973bbb33863d17bef3f42d8a30c1d691b4770.tar.gz freebsd-ports-gnome-a32973bbb33863d17bef3f42d8a30c1d691b4770.tar.zst freebsd-ports-gnome-a32973bbb33863d17bef3f42d8a30c1d691b4770.zip |
extract-message target definition was moved by mistake
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 1a002e957883..6bd9fefc65eb 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -4256,6 +4256,8 @@ security-check: # call the necessary targets/scripts. ################################################################ +extract-message: + @${ECHO_MSG} "===> Extracting for ${PKGNAME}" patch-message: @${ECHO_MSG} "===> Patching for ${PKGNAME}" configure-message: @@ -6598,8 +6600,6 @@ ${${target:U}_COOKIE}:: .endfor -extract-message: - @${ECHO_MSG} "===> Extracting for ${PKGNAME}" .if !target(check-sanity) check-sanity: ${_SANITY_REAL_SEQ} .endif |