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 | 8db8a07479f9c4d178fddf3ce0fad377b0af1087 (patch) | |
tree | 3dfef29f7db749c5175c07538f98cb6a196c0e5f /www | |
parent | 0922c62d2061e34f9a116f67346b46a8677b79f2 (diff) | |
download | pkgsrc-8db8a07479f9c4d178fddf3ce0fad377b0af1087.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')
-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" |