svn commit: r347767 - head/devel/allegro
Rusmir Dusko
nemysis at FreeBSD.org
Mon Mar 10 15:08:32 UTC 2014
Author: nemysis
Date: Mon Mar 10 15:08:31 2014
New Revision: 347767
URL: http://svnweb.freebsd.org/changeset/ports/347767
QAT: https://qat.redports.org/buildarchive/r347767/
Log:
- Use ${STAGEDIR}${EXAMPLESDIR}, forgotten in previous commit
Modified:
head/devel/allegro/Makefile
Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile Mon Mar 10 15:04:53 2014 (r347766)
+++ head/devel/allegro/Makefile Mon Mar 10 15:08:31 2014 (r347767)
@@ -100,7 +100,7 @@ post-install:
expat exquat exrgbhsv exrotscl exsample exscale exscn3d exscroll exshade \
exspline exsprite exstars exstream exswitch exsyscur extimer extrans \
extrans2 extruec exunicod exupdate exxfade exzbuf
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/examples/allegro/${l}
+ ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/${l}
.endfor
.if ${PORT_OPTIONS:MDEMOS} && ${PORT_OPTIONS:MEXAMPLES}
@@ -111,8 +111,8 @@ post-install:
${INSTALL_SCRIPT} ${WRKDIR}/skater* ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${_DISTDIR}/skater.png ${STAGEDIR}${PREFIX}/share/pixmaps/
@(cd ${STAGEDIR}${EXAMPLESDIR}/demos/skater && ${CHMOD} 755 skater*)
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/examples/allegro/demos/shooter/shooter
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/share/examples/allegro/demos/skater/skater*
+ ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/shooter/shooter
+ ${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/skater/skater*
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list