diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-10 15:08:31 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-03-10 15:08:31 +0000 |
commit | 8b373b09818ecd93e25472047878a9f33782a150 (patch) | |
tree | f66c40aa42bd6610a0f2909c7146a76e2c1b695f /devel | |
parent | 8e9e5f115cfcb7c88b968251108b7466d4e6a340 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/allegro/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/allegro/Makefile b/devel/allegro/Makefile index 38f310013fd2..a9be66b80d62 100644 --- a/devel/allegro/Makefile +++ b/devel/allegro/Makefile @@ -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> |