diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 14:31:06 +0000 |
commit | 5ac8ad700481573bca146bdf809b1f45c8437e24 (patch) | |
tree | 4373a04cd43d2143f808073cf6b95c49198d17c6 /security/qca-tls | |
parent | 9984e0604a93cd3c3942a51b0167b8a7fe50ef86 (diff) | |
download | pkgsrc-5ac8ad700481573bca146bdf809b1f45c8437e24.tar.gz |
Removed trailing white-space.
Diffstat (limited to 'security/qca-tls')
-rw-r--r-- | security/qca-tls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index 80509310164..932888fc937 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/09/13 04:27:21 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.9 2005/09/28 14:31:08 rillig Exp $ DISTNAME= qca-tls-1.0 PKGREVISION= # empty @@ -24,7 +24,7 @@ post-configure: ${QTDIR}/bin/qmake qca-tls.pro -o Makefile.orig; \ ${SED} -e "s,-rpath .*,-rpath ${QTDIR}/lib," Makefile.orig > Makefile; \ ) - + do-install: ${INSTALL_DATA_DIR} ${QTDIR}/plugins/crypto cd ${WRKSRC} && \ |