diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-01 07:46:37 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-11-01 07:46:37 +0000 |
commit | 61c3c7b866bb31161dcdfc54b41df8a450ccba68 (patch) | |
tree | 4622cfe849059702a2692a6c945da5c7bd3a3512 /games/fretsonfire-data/Makefile | |
parent | 0d269e5c5155d3259eba4d0c31051a2fe53cc1dd (diff) |
- Update to 1.0.263
- Remove pkg-install scripts
- See the full changelog at:
http://louhi.kempele.fi/~skyostil/uv/fretsonfire/fretsonfire-1-0-263.blog/
Notes
Notes:
svn path=/head/; revision=176010
Diffstat (limited to 'games/fretsonfire-data/Makefile')
-rw-r--r-- | games/fretsonfire-data/Makefile | 5 |
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> |