Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2016 11:26:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417461 - head/comms/tkscanfax
Message-ID:  <201606251126.u5PBQI0X001772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun 25 11:26:18 2016
New Revision: 417461
URL: https://svnweb.freebsd.org/changeset/ports/417461

Log:
  Fix packaging
  
  Reported by:	pkg-fallout

Modified:
  head/comms/tkscanfax/Makefile

Modified: head/comms/tkscanfax/Makefile
==============================================================================
--- head/comms/tkscanfax/Makefile	Sat Jun 25 11:11:13 2016	(r417460)
+++ head/comms/tkscanfax/Makefile	Sat Jun 25 11:26:18 2016	(r417461)
@@ -25,10 +25,10 @@ post-patch:
 		's|/usr/local/lib|${PREFIX}/lib|g'
 
 do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}${TKSCANFAXDIR}
-	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}${TKSCANFAXDIR})
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR}
+	@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR})
 .for file in tkfax tkscan
-	${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}${TKSCANFAXDIR}/${file}
+	${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/${TKSCANFAXDIR}/${file}
 	${LN} -sf ../${TKSCANFAXDIR}/${file} ${STAGEDIR}${PREFIX}/bin
 .endfor
 



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