From 1bdc84a005f00d62d93b5f05d425bf2a3498ead0 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 9 Nov 2006 09:14:05 +0000 Subject: Fixed the package for unprivileged users. --- net/cia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/cia') diff --git a/net/cia/Makefile b/net/cia/Makefile index f34ede560d4..07146b07035 100644 --- a/net/cia/Makefile +++ b/net/cia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/08/24 10:13:03 tron Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/09 09:14:05 rillig Exp $ DISTNAME= cia-20030922 CATEGORIES= net @@ -10,7 +10,7 @@ COMMENT= Simple IP accounting software DOC_DIR= ${PREFIX}/share/doc/cia EXAMPLES_DIR= ${PREFIX}/share/examples/cia -MAKE_ENV+= BINDIR="${PREFIX}/bin" +MAKE_ENV+= ${BSD_MAKE_ENV} post-install: ${INSTALL_DATA_DIR} ${DOC_DIR} -- cgit v1.2.3