diff --git a/devel/svk/Makefile b/devel/svk/Makefile index f4c387bd42c..b3ee39adbe9 100644 --- a/devel/svk/Makefile +++ b/devel/svk/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2013/03/11 10:50:31 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2013/05/04 10:33:55 sthen Exp $ COMMENT= decentralized version control system V= 2.2.1 -REVISION= 1 +REVISION= 2 DISTNAME= SVK-v${V} PKGNAME= svk-${V} CATEGORIES= devel perl5 @@ -48,17 +48,4 @@ CONFIGURE_STYLE= perl TEST_DEPENDS=devel/p5-BSD-Resource \ devel/p5-Test-Pod -# XXX remove entire section below when perl is -lpthread - -CONFIGURE_ENV= LD_PRELOAD=libpthread.so - -post-configure: - ${SUBST_CMD} -c ${FILESDIR}/wrapper.sh ${WRKDIR}/wrapper.sh - -post-install: - mv ${PREFIX}/bin/svk ${PREFIX}/libexec/ - ${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/svk - -### - .include diff --git a/devel/svk/files/wrapper.sh b/devel/svk/files/wrapper.sh deleted file mode 100644 index 1816cd0653b..00000000000 --- a/devel/svk/files/wrapper.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -LD_PRELOAD=libpthread.so exec ${PREFIX}/libexec/svk $* diff --git a/devel/svk/pkg/PLIST b/devel/svk/pkg/PLIST index 791ab5af498..58388c6bd05 100644 --- a/devel/svk/pkg/PLIST +++ b/devel/svk/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.5 2012/09/10 14:38:00 sthen Exp $ +@comment $OpenBSD: PLIST,v 1.6 2013/05/04 10:33:56 sthen Exp $ @conflict p5-SVK-* bin/svk ${P5SITE}/SVK/ @@ -159,7 +159,6 @@ ${P5SITE}/SVK/Util.pm ${P5SITE}/SVK/Version.pm ${P5SITE}/SVK/View.pm ${P5SITE}/SVK/XD.pm -libexec/svk @man man/man1/svk.1 @man man/man3p/SVK.3p @man man/man3p/SVK::Command.3p