Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 08:52:44 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344711 - head/lang/asis
Message-ID:  <201402170852.s1H8qiPY049943@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402170852.s1H8qiPY049943>