diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-23 00:56:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-08-23 00:56:12 +0000 |
commit | b1125cf23b2aba3c59fbb5e9f0ef1a8f600c992d (patch) | |
tree | 8abb520d7a3ca899bbc9858f4f54ee1a53314f92 /www/twhttpd | |
parent | Add p5-Net-BitTorrent-PeerPacket 1.0, parse/Build Peer Packets from (diff) |
Fix WRKSRC (caused by DISTNAME)
Notes
Notes:
svn path=/head/; revision=171227
Diffstat (limited to 'www/twhttpd')
-rw-r--r-- | www/twhttpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/twhttpd/Makefile b/www/twhttpd/Makefile index 9f42050b1e75..5f11d92b9572 100644 --- a/www/twhttpd/Makefile +++ b/www/twhttpd/Makefile @@ -17,6 +17,7 @@ COMMENT= Secure HTTP Proxy USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lmd" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PREFIX=${PREFIX} |