Date: Sat, 9 Feb 2013 01:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: office@FreeBSD.org Subject: Re: ports/175953: commit references a PR Message-ID: <201302090100.r19101YU019855@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175953; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175953: commit references a PR Date: Sat, 9 Feb 2013 00:51:38 +0000 (UTC) Author: jkim Date: Sat Feb 9 00:51:31 2013 New Revision: 311956 URL: http://svnweb.freebsd.org/changeset/ports/311956 Log: Fix plist. PR: ports/175953 Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Feb 8 22:21:50 2013 (r311955) +++ head/editors/libreoffice/Makefile Sat Feb 9 00:51:31 2013 (r311956) @@ -481,7 +481,8 @@ post-install: @${SORT} -u ${PLISTF} >> ${TMPPLIST} @${GREP} '^@exec ' ${PLISTD} | ${SORT} -u >> ${TMPPLIST} @${GREP} '^@dirrm ' ${PLISTD} | ${SORT} -ru >> ${TMPPLIST} - @${GREP} '^@dirrmtry ' ${PLISTD} | ${SORT} -ru >> ${TMPPLIST} + @${GREP} '^@dirrmtry ' ${PLISTD} | ${SORT} -ru | \ + ${SED} -e '${PLIST_REINPLACE_DIRRMTRY}' >> ${TMPPLIST} @cd ${LODESTDIR}/${PREFIX} ; ${PAX} -rw . ${PREFIX} @${MKDIR} ${PREFIX}/etc/bash_completion.d _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302090100.r19101YU019855>