zap remaining trailing / at end of WRK*

This commit is contained in:
espie 2017-05-12 15:11:17 +00:00
parent d19a11ad88
commit 22836dcd06
6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2012/07/06 16:41:21 jasper Exp $
# $OpenBSD: Makefile,v 1.18 2017/05/12 15:11:17 espie Exp $
COMMENT= libc for ${TARGET}
@ -14,7 +14,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= PREFIX=${PREFIX}
WRKSRC= ${WRKDIST}/src/
WRKSRC= ${WRKDIST}/src
SEPARATE_BUILD= No

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:27 sthen Exp $
# $OpenBSD: Makefile,v 1.8 2017/05/12 15:11:17 espie Exp $
BROKEN-alpha = relocation truncated to fit: GPRELHIGH against symbol default_target_hard_regs
@ -46,7 +46,7 @@ SEPARATE_BUILD = Yes
SUBST_VARS += DESTDIR GCC_V
WRKSRC = ${WRKDIR}/sources/tools/
WRKSRC = ${WRKDIR}/sources/tools
post-extract:
.for c in dejagnu intl itcl tcl tk

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2017/05/04 11:13:52 edd Exp $
# $OpenBSD: Makefile,v 1.27 2017/05/12 15:11:17 espie Exp $
COMMENT= powerful descriptive vector graphics language
BROKEN-hppa= ghostscript segfaults during build
@ -56,7 +56,7 @@ PORTHOME= ${WRKDIR}
MODPY_ADJ_FILES= GUI/*.py
WRKDIST= ${WRKDIR}/${DISTNAME:S/.src//g}/
WRKDIST= ${WRKDIR}/${DISTNAME:S/.src//g}
post-install:
mv ${PREFIX}/man/man1/xasy.1x ${PREFIX}/man/man1/xasy.1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2017/04/21 13:27:46 kurt Exp $
# $OpenBSD: Makefile,v 1.9 2017/05/12 15:11:17 espie Exp $
COMMENT= Tanuki Java Service Wrapper
@ -37,7 +37,7 @@ LIB_DEPENDS= converters/libiconv
USE_GMAKE= Yes
WRKDIST= ${WRKDIR}/${DISTNAME}/wrapper/
WRKDIST= ${WRKDIR}/${DISTNAME}/wrapper
SUBST_VARS+= CC CFLAGS

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.203 2017/04/10 11:46:22 sthen Exp $
# $OpenBSD: Makefile,v 1.204 2017/05/12 15:11:18 espie Exp $
COMMENT-main= MS Exchange groupware suite replacement
COMMENT-mapi= zarafa MAPI extensions for PHP
@ -141,7 +141,7 @@ SUB_SCRIPTS= createcompany.d/00createpublic groups_common.sh \
createuser.d/00createstore companies_common.sh \
users_common.sh
WRKDIST= ${WRKDIR}/zcp-${V}.${BUILD}/
WRKDIST= ${WRKDIR}/zcp-${V}.${BUILD}
post-patch:
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2016/02/23 14:09:59 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/05/12 15:11:18 espie Exp $
COMMENT = C library implementing server and client side
# XXX if updating, check the number in the MASTER_SITES path
@ -22,7 +22,7 @@ WANTLIB += crypto pthread ssl z
MODULES = devel/cmake
WRKBUILD = ${WRKDIST}/build/
WRKBUILD = ${WRKDIST}/build
BUILD_DEPENDS = devel/cmocka \
devel/argp-standalone