pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/auto-admin
Module Name: pkgsrc
Committed By: nros
Date: Sun Dec 24 10:07:51 UTC 2023
Modified Files:
pkgsrc/sysutils/auto-admin: Makefile
Log Message:
auto-admin: fix installation when using custom PKGMANDIR
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/auto-admin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/auto-admin/Makefile
diff -u pkgsrc/sysutils/auto-admin/Makefile:1.18 pkgsrc/sysutils/auto-admin/Makefile:1.19
--- pkgsrc/sysutils/auto-admin/Makefile:1.18 Sat Oct 21 20:45:02 2023
+++ pkgsrc/sysutils/auto-admin/Makefile Sun Dec 24 10:07:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2023/10/21 20:45:02 bacon Exp $
+# $NetBSD: Makefile,v 1.19 2023/12/24 10:07:51 nros Exp $
DISTNAME= auto-admin-0.8.0
CATEGORIES= sysutils
@@ -13,6 +13,8 @@ USE_LANGUAGES= # none
NO_BUILD= yes
+INSTALL_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_SED.prefix+= -e 's|/usr/pkg|${PREFIX}|g'
Home |
Main Index |
Thread Index |
Old Index