diff options
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 243da0802c0..4666fe95ab9 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.30 2005/04/11 21:48:02 tv Exp $ +# $NetBSD: Makefile,v 1.31 2005/08/19 07:30:50 cube Exp $ DISTNAME= thttpd-2.25b -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - sitedrivenby.gif + ${NETBSD_LOGO} MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.acme.com/software/thttpd/ @@ -13,6 +13,9 @@ COMMENT= Tiny/turbo/throttling HTTP server EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +NETBSD_LOGO= sitedrivenby.gif +SITES_${NETBSD_LOGO}= http://www.NetBSD.org/images/logos/ + GNU_CONFIGURE= yes USE_PKGINSTALL= yes |