add repackage to the recursive targets.
with input and ok espie@
This commit is contained in:
parent
1cb4a2861e
commit
f33f72e660
@ -1,6 +1,6 @@
|
|||||||
#-*- mode: Makefile; tab-width: 4; -*-
|
#-*- mode: Makefile; tab-width: 4; -*-
|
||||||
# ex:ts=4 sw=4 filetype=make:
|
# ex:ts=4 sw=4 filetype=make:
|
||||||
# $OpenBSD: bsd.port.mk,v 1.1073 2011/03/21 09:38:53 sthen Exp $
|
# $OpenBSD: bsd.port.mk,v 1.1074 2011/03/28 00:16:13 fgsch Exp $
|
||||||
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
|
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
|
||||||
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
||||||
#
|
#
|
||||||
@ -3439,7 +3439,7 @@ _all_phony = ${_recursive_depends_targets} \
|
|||||||
post-patch post-regress pre-build pre-configure pre-extract pre-fake \
|
post-patch post-regress pre-build pre-configure pre-extract pre-fake \
|
||||||
pre-fetch pre-install pre-package pre-patch pre-regress prepare \
|
pre-fetch pre-install pre-package pre-patch pre-regress prepare \
|
||||||
print-build-depends print-run-depends readme readmes rebuild \
|
print-build-depends print-run-depends readme readmes rebuild \
|
||||||
regress-depends repackage run-depends run-depends-list show-required-by \
|
regress-depends run-depends run-depends-list show-required-by \
|
||||||
subpackage uninstall mirror-maker-fetch _print-pkgspec \
|
subpackage uninstall mirror-maker-fetch _print-pkgspec \
|
||||||
lock unlock _print-plist-with-extra-depends
|
lock unlock _print-plist-with-extra-depends
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: pkgpath.mk,v 1.34 2011/03/22 19:56:51 espie Exp $
|
# $OpenBSD: pkgpath.mk,v 1.35 2011/03/28 00:16:13 fgsch Exp $
|
||||||
# ex:ts=4 sw=4 filetype=make:
|
# ex:ts=4 sw=4 filetype=make:
|
||||||
# pkgpath.mk - 2003 Marc Espie
|
# pkgpath.mk - 2003 Marc Espie
|
||||||
# This file is in the public domain.
|
# This file is in the public domain.
|
||||||
@ -111,7 +111,8 @@ _recursive_targets = \
|
|||||||
full-regress-depends full-run-depends \
|
full-regress-depends full-run-depends \
|
||||||
install install-all lib-depends-check \
|
install install-all lib-depends-check \
|
||||||
license-check link-categories manpages-check package patch \
|
license-check link-categories manpages-check package patch \
|
||||||
port-lib-depends-check prepare print-package-signature regress reinstall \
|
port-lib-depends-check prepare print-package-signature repackage \
|
||||||
|
regress reinstall \
|
||||||
unlink-categories update update-or-install update-or-install-all \
|
unlink-categories update update-or-install update-or-install-all \
|
||||||
describe dump-vars homepage-links print-plist print-plist-all \
|
describe dump-vars homepage-links print-plist print-plist-all \
|
||||||
print-plist-all-with-depends print-plist-contents print-plist-libs \
|
print-plist-all-with-depends print-plist-contents print-plist-libs \
|
||||||
|
Loading…
Reference in New Issue
Block a user