summaryrefslogtreecommitdiff
path: root/net/bsddip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bsddip/Makefile')
-rw-r--r--net/bsddip/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bsddip/Makefile b/net/bsddip/Makefile
index 29499de65e4..29bcde42303 100644
--- a/net/bsddip/Makefile
+++ b/net/bsddip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2006/06/30 16:17:27 tron Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/09 09:09:32 rillig Exp $
DISTNAME= bsddip-1.02
CATEGORIES= net
@@ -17,5 +17,9 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
NO_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
+MAKE_ENV+= ${BSD_MAKE_ENV}
+
+post-extract:
+ cp -f ${FILESDIR}/Makefile ${WRKSRC}/.
.include "../../mk/bsd.pkg.mk"