diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 64d444b33a5..12957dece43 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -1,6 +1,6 @@ #-*- mode: Makefile; tab-width: 4; -*- # 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 $ # $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 \ pre-fetch pre-install pre-package pre-patch pre-regress prepare \ 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 \ lock unlock _print-plist-with-extra-depends diff --git a/infrastructure/mk/pkgpath.mk b/infrastructure/mk/pkgpath.mk index 11cb5bcb99e..bcc015d3825 100644 --- a/infrastructure/mk/pkgpath.mk +++ b/infrastructure/mk/pkgpath.mk @@ -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: # pkgpath.mk - 2003 Marc Espie # This file is in the public domain. @@ -111,7 +111,8 @@ _recursive_targets = \ full-regress-depends full-run-depends \ install install-all lib-depends-check \ 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 \ describe dump-vars homepage-links print-plist print-plist-all \ print-plist-all-with-depends print-plist-contents print-plist-libs \