diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 04:49:45 +0000 |
commit | d0915c61c3e5274723f1ab455789fc8891f1bec5 (patch) | |
tree | 60b722189a49bfe1537f12edb5ede23f86aeb41e /sysutils/memconf | |
parent | 9df842d1237e5ab852210ddbb94642641ca27d97 (diff) | |
download | pkgsrc-d0915c61c3e5274723f1ab455789fc8891f1bec5.tar.gz |
Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.
Diffstat (limited to 'sysutils/memconf')
-rw-r--r-- | sysutils/memconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/memconf/Makefile b/sysutils/memconf/Makefile index 4d583d0bf85..f8d5da5daa2 100644 --- a/sysutils/memconf/Makefile +++ b/sysutils/memconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:34 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/17 04:49:48 jlam Exp $ # DISTNAME= memconf @@ -18,6 +18,6 @@ NO_BUILD= yes INSTALLATION_DIRS= sbin do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/memconf ${LOCALBASE}/sbin/memconf + ${INSTALL_SCRIPT} ${WRKSRC}/memconf ${PREFIX}/sbin/memconf .include "../../mk/bsd.pkg.mk" |