svn commit: r308064 - head/games/palomino

Ruslan Mahmatkhanov rm at FreeBSD.org
Sat Dec 1 07:17:34 UTC 2012


Author: rm
Date: Sat Dec  1 07:17:33 2012
New Revision: 308064
URL: http://svnweb.freebsd.org/changeset/ports/308064

Log:
  - replace fullpath with ${DOCSDIR}
  
  Suggested by:	ak
  Feature safe:	yes

Modified:
  head/games/palomino/Makefile

Modified: head/games/palomino/Makefile
==============================================================================
--- head/games/palomino/Makefile	Sat Dec  1 06:32:48 2012	(r308063)
+++ head/games/palomino/Makefile	Sat Dec  1 07:17:33 2012	(r308064)
@@ -108,7 +108,7 @@ post-install:
 	${MKDIR} ${DOCSDIR}
 	cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/
 
-	${LN} -sf ${PREFIX}/share/doc/palomino/images/palominoLogo.png \
+	${LN} -sf ${DOCSDIR}/images/palominoLogo.png \
 		${PREFIX}/share/pixmaps/${PORTNAME}.png
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list