summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/cia/Makefile4
-rw-r--r--net/dtcpclient/Makefile4
2 files changed, 5 insertions, 3 deletions
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}
diff --git a/net/dtcpclient/Makefile b/net/dtcpclient/Makefile
index 1572363fc91..480b346d3cc 100644
--- a/net/dtcpclient/Makefile
+++ b/net/dtcpclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/08/27 14:00:41 hamajima Exp $
+# $NetBSD: Makefile,v 1.10 2006/11/09 09:15:45 rillig Exp $
#
DISTNAME= dtcpclient-20060526
@@ -21,6 +21,8 @@ SUBST_STAGE.paths= post-patch
SUBST_FILES.paths= dtcpclient.8
SUBST_SED.paths= 's|/usr/local|${PREFIX}|g'
+MAKE_ENV+= ${BSD_MAKE_ENV}
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
.include "../../security/openssl/buildlink3.mk"