diff options
author | cube <cube@pkgsrc.org> | 2005-08-19 13:38:58 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-08-19 13:38:58 +0000 |
commit | 534c68ddca1b8c98fe7263cacdb6720c68807e98 (patch) | |
tree | 2617a3737d33df6e32e35195a571946e283f8df4 /www/thttpd/Makefile | |
parent | d4a8d32f7af6220adc9fc4832b2ad2823d429133 (diff) | |
download | pkgsrc-534c68ddca1b8c98fe7263cacdb6720c68807e98.tar.gz |
Do the DIST_SUBDIR dance because of already-downloaded files. *Sigh*
Pointed out by Thomas Klausner and Jeremy C. Reed.
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 4666fe95ab9..9f90e58fe00 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/08/19 07:30:50 cube Exp $ +# $NetBSD: Makefile,v 1.32 2005/08/19 13:38:58 cube Exp $ DISTNAME= thttpd-2.25b PKGREVISION= 3 @@ -6,6 +6,7 @@ CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${NETBSD_LOGO} +DIST_SUBDIR= ${PKGNAME} MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.acme.com/software/thttpd/ |