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
This commit is contained in:
Jeremy Messenger 2010-07-20 21:42:29 +00:00
parent ac572a3811
commit 4e268259cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258005

View File

@ -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)