diff options
author | tron <tron@pkgsrc.org> | 2002-03-25 22:46:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-03-25 22:46:28 +0000 |
commit | ce8025ba471ba5553944b3c30bbbec68a768eacb (patch) | |
tree | ad8b59aa2513cd344f222bb9cc919462d709b6d7 /misc | |
parent | 28bdb3def15379a4bca8ca321a6a4d54d3eff019 (diff) | |
download | pkgsrc-ce8025ba471ba5553944b3c30bbbec68a768eacb.tar.gz |
Fix build problem under Solaris.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 4e4d965cd45..95984feff97 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/03/22 21:59:55 tron Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/25 22:46:28 tron Exp $ DISTNAME= bidwatcher-1.3.3 CATEGORIES= misc @@ -8,18 +8,13 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://sourceforge.net/projects/bidwatcher/ COMMENT= eBay snipe tool -GNU_CONFIGURE= YES -USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +AUTOMAKE_OVERRIDE= NO DOCDIR= ${PREFIX}/share/doc/bidwatcher HTMLDIR= ${PREFIX}/share/doc/html/bidwatcher -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == SunOS) -MAKE_ENV+= CC="${CC}" CXX="${CXX}" -.endif - post-install: ${INSTALL_DATA_DIR} ${DOCDIR} for FILE in AUTHORS COPYING INSTALL NEWS README; do \ |