diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 11:38:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-15 11:38:28 +0000 |
commit | 40f273323547de1cafefa68609b96385b1ab208f (patch) | |
tree | f9e9e22dd52383635ad58bd5c604ee5b24c83811 /www | |
parent | Update port to 1.4.2 (diff) |
Add WRKSRC since subdirectory name doesn't have anything to do with
PORTNAME or DISTFILES.
Notes
Notes:
svn path=/head/; revision=27607
Diffstat (limited to 'www')
-rw-r--r-- | www/comline/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/comline/Makefile b/www/comline/Makefile index 412168f0be38..e1704200a63a 100644 --- a/www/comline/Makefile +++ b/www/comline/Makefile @@ -17,6 +17,8 @@ DISTFILES= w3c-libwww-4.0D.tar.gz \ MAINTAINER= ache@freebsd.org +WRKSRC= ${WRKDIR}/WWW + do-build: cd ${WRKSRC}; ./BUILD comline |