Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 10:45:15 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351591 - head/print/ghostscript9
Message-ID:  <201404191045.s3JAjFF2094205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat Apr 19 10:45:15 2014
New Revision: 351591
URL: http://svnweb.freebsd.org/changeset/ports/351591
QAT: https://qat.redports.org/buildarchive/r351591/

Log:
  Fix building as a user.
  
  Sponsored by:	Absolight

Modified:
  head/print/ghostscript9/Makefile

Modified: head/print/ghostscript9/Makefile
==============================================================================
--- head/print/ghostscript9/Makefile	Sat Apr 19 10:26:58 2014	(r351590)
+++ head/print/ghostscript9/Makefile	Sat Apr 19 10:45:15 2014	(r351591)
@@ -162,7 +162,6 @@ post-install-docs:
 		( cd ${STAGEDIR}${DOCSDIR} && ${TAR} -xof - )
 
 post-install:
-	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/${PORTVERSION}
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gsc ${STAGEDIR}${PREFIX}/bin/gsx
 	${LN} -sf gsc ${STAGEDIR}${PREFIX}/bin/gs
 	${LN} -s -f ${LOCALBASE}/share/fonts/CIDFont \



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