diff options
Diffstat (limited to 'games/robocode/Makefile')
-rw-r--r-- | games/robocode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robocode/Makefile b/games/robocode/Makefile index 5d9be2ee98be..d4fd9cebeec9 100644 --- a/games/robocode/Makefile +++ b/games/robocode/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robocode -PORTVERSION= 1.8.1.0 +PORTVERSION= 1.8.2.0 CATEGORIES= games java MASTER_SITES= SF \ SF/nemysisfreebsdp/:icons @@ -48,7 +48,7 @@ do-install: .endfor post-install: - ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps ${MKDIR} -m a+rwx ${DATADIR}/config .if ${PORT_OPTIONS:MDOCS} |