diff options
author | zafer <zafer@pkgsrc.org> | 2009-07-17 12:35:12 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-07-17 12:35:12 +0000 |
commit | d2d43674ad9bd199125326f700a5a30ced883546 (patch) | |
tree | 3dfef29f7db749c5175c07538f98cb6a196c0e5f /www/swill/Makefile | |
parent | 2163ecab68c6f71be00f02632bd39a5ef66a3524 (diff) | |
download | pkgsrc-d2d43674ad9bd199125326f700a5a30ced883546.tar.gz |
Update from 0.1 to 0.3
Changelog:
Changes between 0.1 to 0.3:
0.3
Added the possibility to specify the path where SWILL creates temporary files. Added swill_interface() to bind to specific interface.
0.2
Added support for compiling under Win32 with MSVC.
Added support for HTTPS using OpenSSL.
Diffstat (limited to 'www/swill/Makefile')
-rw-r--r-- | www/swill/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index a7ba17cf503..aeecab5ad6a 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/07/16 22:11:41 obache Exp $ +# $NetBSD: Makefile,v 1.10 2009/07/17 12:35:12 zafer Exp $ DISTNAME= swill-0.3 CATEGORIES= www devel @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/SWILL-0.3 GNU_CONFIGURE= yes - INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} .include "../../mk/bsd.pkg.mk" |