pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
auto-admin: Add pkg_install for auto-pkgsrc-prefix
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Wed Apr 19 16:08:56 2023 -0500
Changeset: 2aa58d152eb8dc2eba8e7815506120cd8ce6eda8
Modified Files:
auto-admin/Makefile
Log Message:
auto-admin: Add pkg_install for auto-pkgsrc-prefix
It looks for pkg_add to determine the prefix
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2aa58d152eb8dc2eba8e7815506120cd8ce6eda8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
auto-admin/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diffs:
diff --git a/auto-admin/Makefile b/auto-admin/Makefile
index 9588bc707a..3cf7d5956a 100644
--- a/auto-admin/Makefile
+++ b/auto-admin/Makefile
@@ -10,6 +10,10 @@ HOMEPAGE= https://github.com/outpaddling/auto-admin
COMMENT= Portable tools for automating systems management
LICENSE= 2-clause-bsd
+# auto-pkgsrc-prefix looks for pkg_add, which isn't guaranteed to be
+# installed on NetBSD
+DEPENDS+= pkg_install>=0:../../pkgtools/pkg_install
+
USE_LANGUAGES= # none
NO_BUILD= yes
Home |
Main Index |
Thread Index |
Old Index