diff options
Diffstat (limited to 'games/fretsonfire/Makefile')
-rw-r--r-- | games/fretsonfire/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index afab94e9a37e..d1f8232315bd 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fretsonfire -PORTVERSION= 1.0.225 +PORTVERSION= 1.0.263 CATEGORIES= games python MASTER_SITES= http://louhi.kempele.fi/~skyostil/uv/fretsonfire/dist/ DISTNAME= ${PORTNAME:S/f/F/g:S/o/O/}-${PORTVERSION:S/^/src-/} @@ -59,7 +59,6 @@ do-install: .endif post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |