diff options
Diffstat (limited to 'net-mgmt/wide-dhcp/Makefile')
-rw-r--r-- | net-mgmt/wide-dhcp/Makefile | 4 |
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/; \ |