diff options
author | asau <asau@pkgsrc.org> | 2012-02-15 22:39:54 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-02-15 22:39:54 +0000 |
commit | 40463f4a3a6b62c3c40ea108a741cef467389e61 (patch) | |
tree | 565e9d3509ddd3d8a474191554e8f71942b69957 /security/heimdal/Makefile | |
parent | 26bea3f447c484a28dcbd2dac02b342abe44d78f (diff) | |
download | pkgsrc-40463f4a3a6b62c3c40ea108a741cef467389e61.tar.gz |
Provide access to tests (TEST_TARGET=check).
Diffstat (limited to 'security/heimdal/Makefile')
-rw-r--r-- | security/heimdal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 24500a61ae3..79fdfc73fa4 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2012/01/18 14:45:37 adam Exp $ +# $NetBSD: Makefile,v 1.86 2012/02/15 22:39:54 asau Exp $ DISTNAME= heimdal-1.4 PKGREVISION= 3 @@ -76,6 +76,8 @@ GENERATE_PLIST+= \ ( cd ${WRKSRC}/lib/roken && ${BUILD_MAKE_CMD} print-xheaders | \ ${XARGS} -n 1 | ${SED} -e "s,^,include/krb5/roken/," ); +TEST_TARGET= check + # remove manpages conficting with OpenSSL keeping only the important ones pre-configure: cd ${WRKSRC}/doc/doxyout/hcrypto && \ |