diff options
author | abs <abs@pkgsrc.org> | 2002-06-24 09:33:15 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-06-24 09:33:15 +0000 |
commit | 95999bdaf94e8838d6b0d48b14edd37ac1e58be7 (patch) | |
tree | 826b3509512c041bdd0ea3a37ada099d09bbc7a0 /security/msu/Makefile | |
parent | 979b0cb0816be51d6b2e990fd7b13ce075c9d853 (diff) | |
download | pkgsrc-95999bdaf94e8838d6b0d48b14edd37ac1e58be7.tar.gz |
Update msu to 1.01:
Honour SYSCONFDIR for config file
Diffstat (limited to 'security/msu/Makefile')
-rw-r--r-- | security/msu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/msu/Makefile b/security/msu/Makefile index 7719e5c00a2..9465c535d98 100644 --- a/security/msu/Makefile +++ b/security/msu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/02/14 00:42:04 abs Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/24 09:33:15 abs Exp $ # -DISTNAME= msu-1.00 +DISTNAME= msu-1.01 CATEGORIES= security MASTER_SITES= http://www.mono.org/abs/tools/msu/ @@ -9,4 +9,6 @@ MAINTAINER= abs@netbsd.org HOMEPAGE= http://www.mono.org/abs/tools/msu/ COMMENT= Mini passwordless su +MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR} + .include "../../mk/bsd.pkg.mk" |