summaryrefslogtreecommitdiff
path: root/www/swill
diff options
context:
space:
mode:
authorzafer <zafer@pkgsrc.org>2009-07-17 12:35:12 +0000
committerzafer <zafer@pkgsrc.org>2009-07-17 12:35:12 +0000
commitd2d43674ad9bd199125326f700a5a30ced883546 (patch)
tree3dfef29f7db749c5175c07538f98cb6a196c0e5f /www/swill
parent2163ecab68c6f71be00f02632bd39a5ef66a3524 (diff)
downloadpkgsrc-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')
-rw-r--r--www/swill/Makefile3
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"