aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-05-20 16:06:55 +0800
committerasami <asami@FreeBSD.org>1996-05-20 16:06:55 +0800
commit3f62e7372593aff0034e9e744f69e2f0a4c3e51f (patch)
treeea6ab1665ceaaa93f69795882ffb3858ab154cee /net-mgmt
parent1f02d150799ab0669d7b7e09aed80176e25dd01c (diff)
downloadfreebsd-ports-gnome-3f62e7372593aff0034e9e744f69e2f0a4c3e51f.tar.gz
freebsd-ports-gnome-3f62e7372593aff0034e9e744f69e2f0a4c3e51f.tar.zst
freebsd-ports-gnome-3f62e7372593aff0034e9e744f69e2f0a4c3e51f.zip
Add OSTYPE=`uname` to MAKE_ENV so straight sh/csh users can build this one.
Reported by: sanpei@yy.cs.keio.ac.jp
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/wide-dhcp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 90a143b0ee6c..20c5e1cdcb54 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$
+# $Id: Makefile,v 1.1.1.1 1996/05/04 02:43:33 asami Exp $
#
DISTNAME= dhcp-1.3beta
@@ -16,6 +16,8 @@ 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`
+
post-patch:
if [ ! -f ${WRKSRC}/server/tzfile.h ]; then \
cp ${DISTDIR}/tzfile.h ${WRKSRC}/server/; \