diff options
author | zuntum <zuntum> | 2001-03-13 15:36:50 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-13 15:36:50 +0000 |
commit | 80285f4abd9a31481927ecca9107e94334842ffc (patch) | |
tree | 0cdd676b21a1bf9d58aef9ca0a6caa6b7063e6e3 /www/swish-e/Makefile | |
parent | 5d2efb356d01e65e19cee3a3aec9ea73ff21121f (diff) | |
download | pkgsrc-80285f4abd9a31481927ecca9107e94334842ffc.tar.gz |
* it doesn't really need GNU make
* use CC, not gcc
Diffstat (limited to 'www/swish-e/Makefile')
-rw-r--r-- | www/swish-e/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index a862f0b70ad..491c93037f0 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/25 04:18:24 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/13 15:36:50 zuntum Exp $ # FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp DISTNAME= swish-efiles.1.3.2 @@ -11,7 +11,6 @@ HOMEPAGE= http://sunsite.berkeley.edu/SWISH-E/ COMMENT= Simple web indexing for humans - enhanced WRKSRC= ${WRKDIR}/src -USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/swish-e ${PREFIX}/bin |