summaryrefslogtreecommitdiff
path: root/ports-mgmt/packagekit
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2010-07-20 21:42:29 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2010-07-20 21:42:29 +0000
commit4e268259cc8c9e37645a82740ece7ae89e1e17bf (patch)
treed2072feff465f2141c2946ad5df1cee9ef301ec7 /ports-mgmt/packagekit
parentRemove USE_GETTEXT. There is no perfect solution in the ports tree. It's (diff)
Fix the misplaced C shell attempt to redirect stderr to allow a few users
to be able to install this port. PR: ports/148102 Submitted by: truckman Feature safe: yes
Notes
Notes: svn path=/head/; revision=258005
Diffstat (limited to 'ports-mgmt/packagekit')
-rw-r--r--ports-mgmt/packagekit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports-mgmt/packagekit/Makefile b/ports-mgmt/packagekit/Makefile
index c3c26fc7df65..f2d9e2bc558d 100644
--- a/ports-mgmt/packagekit/Makefile
+++ b/ports-mgmt/packagekit/Makefile
@@ -116,6 +116,8 @@ post-patch:
${WRKSRC}/src/pk-lsof.c
@${REINPLACE_CMD} -e 's|girepositry|girepository|g' \
${WRKSRC}/lib/packagekit-glib2/Makefile.in
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ '/xsltproc/s|.xsl [$$]? &> /dev|.xsl $$? > /dev|g'
post-install:
.if !defined(SLAVEPORT)