ports/175953: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sat Feb 9 01:00:01 UTC 2013


The following reply was made to PR ports/175953; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-office mailing list