aboutsummaryrefslogtreecommitdiff
path: root/games/fretsonfire-data/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-11-01 07:46:37 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-11-01 07:46:37 +0000
commit61c3c7b866bb31161dcdfc54b41df8a450ccba68 (patch)
tree4622cfe849059702a2692a6c945da5c7bd3a3512 /games/fretsonfire-data/Makefile
parent0d269e5c5155d3259eba4d0c31051a2fe53cc1dd (diff)
downloadports-61c3c7b866bb31161dcdfc54b41df8a450ccba68.tar.gz
ports-61c3c7b866bb31161dcdfc54b41df8a450ccba68.zip
Notes
Diffstat (limited to 'games/fretsonfire-data/Makefile')
-rw-r--r--games/fretsonfire-data/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/games/fretsonfire-data/Makefile b/games/fretsonfire-data/Makefile
index 47f22e6c23bb..832832f38b51 100644
--- a/games/fretsonfire-data/Makefile
+++ b/games/fretsonfire-data/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= data
-PORTVERSION= 1.0.225
+PORTVERSION= 1.0.263
CATEGORIES= games python
MASTER_SITES= http://louhi.kempele.fi/~skyostil/uv/fretsonfire/dist/
PKGNAMEPREFIX= fretsonfire-
@@ -29,7 +29,4 @@ do-install:
${FIND} * -type d -exec ${MKDIR} "${PREFIX}/${DATADIR}/{}" \; && \
${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${DATADIR}/{}" \;
-post-install:
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
.include <bsd.port.mk>