diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-10-30 12:32:46 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-10-30 12:32:46 +0000 |
commit | 961a24a069632c09df0c1ac6168377f7b834f7e8 (patch) | |
tree | d0ca86e810a8d7f583b962135023e5595fe60fea /games/ultimatestunts/Makefile | |
parent | ff940f11d2a0e6b15b5be7be1aee9fd3eaa0d7c9 (diff) |
Notes
Diffstat (limited to 'games/ultimatestunts/Makefile')
-rw-r--r-- | games/ultimatestunts/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/ultimatestunts/Makefile b/games/ultimatestunts/Makefile index 8997f4bd2561..94bd1439dfa7 100644 --- a/games/ultimatestunts/Makefile +++ b/games/ultimatestunts/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ultimatestunts -PORTVERSION= 0.7.4.1 -PORTREVISION= 2 +PORTVERSION= 0.7.5.1 DISTVERSIONPREFIX= srcdata- DISTVERSION= ${PORTVERSION:S/.//g} CATEGORIES= games @@ -40,8 +39,6 @@ post-patch: post-install: @cd ${WRKSRC}/data/&&${COPYTREE_SHARE} "cars environment lang misc music textures\ textures.dat tiles tracks" ${DATADIR}/ - @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample - @cd ${PREFIX}/etc/&&${CP} -n ${PORTNAME}.conf.sample ${PORTNAME}.conf .ifndef NOPORTDOCS @cd ${WRKSRC}/doc/&&${COPYTREE_SHARE} . ${DOCSDIR}/ .endif |