diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-08 19:18:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-08 19:18:00 +0000 |
commit | 4fb76c0ccbf31c141cfdd6cae466c2f1f291eb43 (patch) | |
tree | 95207f418b206593b2be1810de98be4227111681 /security | |
parent | 3ef88a7e2a7aa4fd6646c894a9ceaec651915dea (diff) | |
download | pkgsrc-4fb76c0ccbf31c141cfdd6cae466c2f1f291eb43.tar.gz |
Adding a MESSAGE file noting where these packages search for plugins or
modules that may be added by other packages.
Diffstat (limited to 'security')
-rw-r--r-- | security/PAM/MESSAGE | 9 | ||||
-rw-r--r-- | security/PAM/Makefile | 3 |
2 files changed, 11 insertions, 1 deletions
diff --git a/security/PAM/MESSAGE b/security/PAM/MESSAGE new file mode 100644 index 00000000000..8b082311491 --- /dev/null +++ b/security/PAM/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2004/01/08 19:18:00 jlam Exp $ + +${PKGNAME} will use the following directory as the default +location of its plugin modules: + + ${PAM_MODULEDIR} + +=========================================================================== diff --git a/security/PAM/Makefile b/security/PAM/Makefile index 4a255ddc28a..44bf484a021 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/08 00:07:26 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/08 19:18:00 jlam Exp $ # DISTNAME= Linux-${PKGNAME} @@ -34,6 +34,7 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_PS2PDF=no PAM_MODULEDIR= ${VIEWBASE}/lib/security MAKE_ENV+= PAM_MODULEDIR="${PAM_MODULEDIR}" +MESSAGE_SUBST+= PAM_MODULEDIR=${PAM_MODULEDIR} .include "../../mk/bsd.prefs.mk" |