summaryrefslogtreecommitdiff
path: root/net/citrix_ica
diff options
context:
space:
mode:
authorveego <veego>2005-08-10 17:12:32 +0000
committerveego <veego>2005-08-10 17:12:32 +0000
commitc9a6fd457d949fee1d59ff255213109b04a9ac0d (patch)
tree0a1c23c551806aa1fba9212ef591ed8f9110281d /net/citrix_ica
parente3aa13845d4ca2b26b8fdf9937e225cbf0ee5cfa (diff)
downloadpkgsrc-c9a6fd457d949fee1d59ff255213109b04a9ac0d.tar.gz
Replace the pre-patch target with a do-patch one, because the patch which
was copied in pre-patch wasn't applied. This fix an installation problem.
Diffstat (limited to 'net/citrix_ica')
-rw-r--r--net/citrix_ica/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index 783e35e0933..aff5d8b0fc9 100644
--- a/net/citrix_ica/Makefile
+++ b/net/citrix_ica/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/06/17 03:50:24 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/08/10 17:12:32 veego Exp $
#
# A default so lintpkgsrc is happy, overridden below
@@ -59,11 +59,11 @@ PKG_FAIL_REASON= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)"
INSTALLATION_DIRS= bin
-PATCHDIR=${WRKDIR}/.patches
-pre-patch:
- ${MKDIR} ${PATCHDIR}
- ${CP} ${PKGDIR}/patches/patch-${MACHINE_ARCH}-* ${PATCHDIR}
- ${CHMOD} -R u+w ${WRKSRC}
+do-patch:
+ @(cd ${WRKSRC}; \
+ for f in ${PATCHDIR}/patch-${MACHINE_ARCH}-*;do \
+ ${PATCH} <$$f >/dev/null 2>&1 || true; \
+ done)
do-build:
${SED} s%DESTINATION%${CDIR}% ${FILESDIR}/response.${MACHINE_ARCH} \