diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /databases/qdbm-cgi | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'databases/qdbm-cgi')
-rw-r--r-- | databases/qdbm-cgi/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/qdbm-cgi/Makefile b/databases/qdbm-cgi/Makefile index 8b6cdd4b04f..05a90476f5d 100644 --- a/databases/qdbm-cgi/Makefile +++ b/databases/qdbm-cgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:51:57 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/22 19:26:19 wiz Exp $ # .include "../../databases/qdbm/Makefile.common" @@ -18,9 +18,9 @@ GNU_CONFIGURE= yes .include "../../databases/qdbm/buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none" -SUBST_CLASSES+= pthread -SUBST_STAGE.pthread= pre-configure -SUBST_FILES.pthread= ${MY_SUBDIR}/configure -SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|' +SUBST_CLASSES+= pthread +SUBST_STAGE.pthread= pre-configure +SUBST_FILES.pthread= ${MY_SUBDIR}/configure +SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|' .endif .include "../../mk/bsd.pkg.mk" |