diff options
author | obache <obache@pkgsrc.org> | 2010-06-25 06:28:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-06-25 06:28:09 +0000 |
commit | 3c6819e284982ddcfda95acca1fa8ca0983746f5 (patch) | |
tree | b79846a60a484b19a1125e3a2f3db8c33ae18e64 /security/tcl-tls/Makefile | |
parent | 1d29dff4c74b8d3cf8f3e72add7d17e0b301d12d (diff) | |
download | pkgsrc-3c6819e284982ddcfda95acca1fa8ca0983746f5.tar.gz |
* fixes DESTDIR installation
* define TEST_TARGET.
Diffstat (limited to 'security/tcl-tls/Makefile')
-rw-r--r-- | security/tcl-tls/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/tcl-tls/Makefile b/security/tcl-tls/Makefile index 36906d5c806..5710607264d 100644 --- a/security/tcl-tls/Makefile +++ b/security/tcl-tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/01/17 12:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/06/25 06:28:09 obache Exp $ # DISTNAME= tls1.5.0-src @@ -7,6 +7,8 @@ PKGREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tls/} +PKG_DESTDIR_SUPPORT= user-destdir + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tls.sourceforge.net/ COMMENT= TLS (aka SSL) Channel for the Tcl language @@ -18,6 +20,8 @@ CONFIGURE_ARGS+= --with-ssl-dir=${BUILDLINK_PREFIX.openssl} CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q} MAKE_ENV+= TCLLIB="${BUILDLINK_PREFIX.tcl}/lib" +TEST_TARGET= test + .include "../../lang/tcl/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |