diff options
author | edwin <edwin@FreeBSD.org> | 2006-08-23 08:56:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-08-23 08:56:12 +0800 |
commit | 768bda533de27862579c958507496e9fe8e5792f (patch) | |
tree | 85fede81b4db50d21310b2a200c42f57c3d62dfe /www/twhttpd | |
parent | e675d013cc5ac6d410b82976562ab73acaa9a993 (diff) | |
download | freebsd-ports-gnome-768bda533de27862579c958507496e9fe8e5792f.tar.gz freebsd-ports-gnome-768bda533de27862579c958507496e9fe8e5792f.tar.zst freebsd-ports-gnome-768bda533de27862579c958507496e9fe8e5792f.zip |
Fix WRKSRC (caused by DISTNAME)
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} |