svn commit: r344711 - head/lang/asis

John Marino marino at FreeBSD.org
Mon Feb 17 08:52:44 UTC 2014


Author: marino
Date: Mon Feb 17 08:52:43 2014
New Revision: 344711
URL: http://svnweb.freebsd.org/changeset/ports/344711
QAT: https://qat.redports.org/buildarchive/r344711/

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

Modified:
  head/lang/asis/Makefile

Modified: head/lang/asis/Makefile
==============================================================================
--- head/lang/asis/Makefile	Mon Feb 17 08:24:36 2014	(r344710)
+++ head/lang/asis/Makefile	Mon Feb 17 08:52:43 2014	(r344711)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asis
 PORTVERSION=	2011
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 DISTNAME=	${PORTNAME}-gpl-${PORTVERSION}-src
@@ -35,7 +35,7 @@ do-build:
 
 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 '/share\/doc$$/d' \
 	   -e '/share\/gps$$/d' -e '/share\/gps\/plug-ins$$/d' \


More information about the svn-ports-head mailing list