diff options
author | asami <asami@FreeBSD.org> | 1996-05-20 16:06:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-05-20 16:06:55 +0800 |
commit | 3f62e7372593aff0034e9e744f69e2f0a4c3e51f (patch) | |
tree | ea6ab1665ceaaa93f69795882ffb3858ab154cee /net | |
parent | 1f02d150799ab0669d7b7e09aed80176e25dd01c (diff) | |
download | freebsd-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')
-rw-r--r-- | net/wide-dhcp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/wide-dhcp/Makefile b/net/wide-dhcp/Makefile index 90a143b0ee6c..20c5e1cdcb54 100644 --- a/net/wide-dhcp/Makefile +++ b/net/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/; \ |