summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-30 08:54:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-30 08:54:17 +0000
commit467b3b64c6acdb1d5e72e80f60ebf2db1e06dde5 (patch)
treea23bb1a202ac9793c27d259a5712a5d0d614272c /net-mgmt
parentSet MAKE_ENV and CONFIGURE_ARGS with += instead of ?=, it is easier to (diff)
Remove all the unnecessary junk from MAKE_ENV, it is now set by +=.
Notes
Notes: svn path=/head/; revision=3150
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wide-dhcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 20c5e1cdcb54..0a08daf896f7 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 November 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1996/05/04 02:43:33 asami Exp $
+# $Id: Makefile,v 1.2 1996/05/20 08:06:55 asami Exp $
#
DISTNAME= dhcp-1.3beta
@@ -16,7 +16,7 @@ EXTRACT_ONLY= dhcp-1.3beta.tar.gz
MAINTAINER= sanpei@yy.cs.keio.ac.jp
-MAKE_ENV= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" CFLAGS="${CFLAGS}" OSTYPE=`uname`
+MAKE_ENV= OSTYPE=`uname`
post-patch:
if [ ! -f ${WRKSRC}/server/tzfile.h ]; then \