svn commit: r344638 - head/lang/gnat_util

John Marino marino at FreeBSD.org
Mon Feb 17 00:09:55 UTC 2014


Author: marino
Date: Mon Feb 17 00:09:54 2014
New Revision: 344638
URL: http://svnweb.freebsd.org/changeset/ports/344638
QAT: https://qat.redports.org/buildarchive/r344638/

Log:
  lang/gnat_util: Fix licenses in PLIST
  
  The post-install target was overwriting the licenses
  which were already present in $TMPPLIST
  
  reported-by: antoine

Modified:
  head/lang/gnat_util/Makefile

Modified: head/lang/gnat_util/Makefile
==============================================================================
--- head/lang/gnat_util/Makefile	Sun Feb 16 22:41:10 2014	(r344637)
+++ head/lang/gnat_util/Makefile	Mon Feb 17 00:09:54 2014	(r344638)
@@ -37,7 +37,7 @@ post-extract:
 
 post-install:
 	@cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \
-	   ${SORT} > ${TMPPLIST}
+	   ${SORT} >> ${TMPPLIST}
 	@cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \
 	   ${SORT} -r | ${SED} -e '/lib\/gnat$$/d' -e 's/^/@dirrm /g' \
 	   >> ${TMPPLIST}


More information about the svn-ports-all mailing list