diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
commit | af1ffdc6f0cbc1adec637503b2f8d75194078e0c (patch) | |
tree | 52d981a1a19e7c1ea0cf3e4713ce472976f287d4 /www/smb2www | |
parent | - Cleanup dependencies (diff) |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self)
Diffstat (limited to 'www/smb2www')
-rw-r--r-- | www/smb2www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/smb2www/Makefile b/www/smb2www/Makefile index 9e83f1de8060..3fcfff90e3da 100644 --- a/www/smb2www/Makefile +++ b/www/smb2www/Makefile @@ -24,6 +24,7 @@ IS_INTERACTIVE= yes NO_BUILD= yes USE_PERL5= yes WRKSRC= ${WRKDIR} +APACHE_COMPAT= yes do-install: @cd ${WRKSRC}; ${PERL} ${WRKSRC}/Install.pl |