diff options
Diffstat (limited to 'www/swish-e/Makefile')
-rw-r--r-- | www/swish-e/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 491c93037f0..4c70e3da92b 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2001/03/13 15:36:50 zuntum Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/29 12:42:55 jmmv 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 PKGNAME= swish-e-1.3.2 +WRKSRC= ${WRKDIR}/src CATEGORIES= www textproc MASTER_SITES= ftp://sunsite.berkeley.edu/pub/swish-e/ @@ -10,8 +11,6 @@ MAINTAINER= bouyer@netbsd.org HOMEPAGE= http://sunsite.berkeley.edu/SWISH-E/ COMMENT= Simple web indexing for humans - enhanced -WRKSRC= ${WRKDIR}/src - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/swish-e ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/swish-e |