summaryrefslogtreecommitdiff
path: root/databases/p5-qdbm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
committerwiz <wiz@pkgsrc.org>2007-02-22 19:26:05 +0000
commit601583c3207bd23bb05d0761888aefcb5699e1c2 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /databases/p5-qdbm
parent7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff)
downloadpkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'databases/p5-qdbm')
-rw-r--r--databases/p5-qdbm/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/p5-qdbm/Makefile b/databases/p5-qdbm/Makefile
index c5f0d3c752a..6670f709844 100644
--- a/databases/p5-qdbm/Makefile
+++ b/databases/p5-qdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/23 06:36:56 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/22 19:26:18 wiz Exp $
#
.include "../../databases/qdbm/Makefile.common"
@@ -15,19 +15,19 @@ BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
-PERL5_CONFIGURE= no
-TEST_TARGET= check
+PERL5_CONFIGURE= no
+TEST_TARGET= check
PERL5_PACKLIST= auto/Curia/.packlist auto/Depot/.packlist auto/Villa/.packlist
-REPLACE_PERL= ${MY_SUBDIR}/curia/plcrtest ${MY_SUBDIR}/depot/pldptest \
+REPLACE_PERL= ${MY_SUBDIR}/curia/plcrtest ${MY_SUBDIR}/depot/pldptest \
${MY_SUBDIR}/villa/plvltest
.include "../../databases/qdbm/buildlink3.mk"
.include "../../lang/perl5/module.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"