diff options
author | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:36:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-01-10 18:36:10 +0000 |
commit | ab1c7b713ad28c80ca888930b4d433a6ab89f2d5 (patch) | |
tree | 58e17b0b955216bb24a9e53122a63c9eb93467f6 /net/xicq/Makefile | |
parent | f8798aafe3fe3c9f83b982d4e423f394e388624f (diff) |
Notes
Diffstat (limited to 'net/xicq/Makefile')
-rw-r--r-- | net/xicq/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/xicq/Makefile b/net/xicq/Makefile index 97d5a4e7c419..47d5c4f44d0d 100644 --- a/net/xicq/Makefile +++ b/net/xicq/Makefile @@ -3,7 +3,7 @@ # Date created: 29 June 1998 # Whom: scrappy # -# $Id: Makefile,v 1.3 1998/08/23 04:18:46 scrappy Exp $ +# $Id: Makefile,v 1.4 1998/08/25 05:03:18 asami Exp $ # DISTNAME= xicq-071298-snapshot.src @@ -15,9 +15,8 @@ MAINTAINER= scrappy@freebsd.org WRKSRC= ${WRKDIR}/xicq-071298 -BROKEN= build - USE_GMAKE= yes +MAKE_ENV= OPT="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq |