diff options
author | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-05-03 21:30:57 +0000 |
---|---|---|
committer | rhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9> | 2009-05-03 21:30:57 +0000 |
commit | da6478d47f2648c851028a201e061bf797a7b8af (patch) | |
tree | 6861535d85a853cb38112ee04a0609a5b3c5f337 /x11/misc | |
parent | ebd0300066cdab8c86935e946835e7e0dd6939ad (diff) | |
download | mkbuilds-da6478d47f2648c851028a201e061bf797a7b8af.tar.gz mkbuilds-da6478d47f2648c851028a201e061bf797a7b8af.tar.bz2 |
enabling manifest_check in all mkbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@460 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'x11/misc')
-rw-r--r-- | x11/misc/entrance/entrance.mkbuild | 1 | ||||
-rw-r--r-- | x11/misc/pcf-fonts/pcf-fonts.mkbuild | 1 | ||||
-rw-r--r-- | x11/misc/xbindkeys/xbindkeys.mkbuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11/misc/entrance/entrance.mkbuild b/x11/misc/entrance/entrance.mkbuild index dda9201..bfaa98d 100644 --- a/x11/misc/entrance/entrance.mkbuild +++ b/x11/misc/entrance/entrance.mkbuild @@ -76,6 +76,7 @@ off: download_source off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check off: untar_source off: patch_source on: configure diff --git a/x11/misc/pcf-fonts/pcf-fonts.mkbuild b/x11/misc/pcf-fonts/pcf-fonts.mkbuild index ccbb93a..7eb49f6 100644 --- a/x11/misc/pcf-fonts/pcf-fonts.mkbuild +++ b/x11/misc/pcf-fonts/pcf-fonts.mkbuild @@ -69,6 +69,7 @@ off: download_source off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check off: untar_source off: patch_source off: configure diff --git a/x11/misc/xbindkeys/xbindkeys.mkbuild b/x11/misc/xbindkeys/xbindkeys.mkbuild index fe5b794..d0e854e 100644 --- a/x11/misc/xbindkeys/xbindkeys.mkbuild +++ b/x11/misc/xbindkeys/xbindkeys.mkbuild @@ -133,6 +133,7 @@ off: svn_source off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |