diff options
author | anholt <anholt@FreeBSD.org> | 2003-05-05 07:10:45 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-05-05 07:10:45 +0800 |
commit | f4bab41a01ef6b61d9d5063795ccdae81a703fd7 (patch) | |
tree | 50a05f59f2951c6dce8eb9aee8ea9fe62057384d /games/barrage | |
parent | d9ea99321fb3b4ef56e3b1668cb174576f720a27 (diff) | |
download | freebsd-ports-gnome-f4bab41a01ef6b61d9d5063795ccdae81a703fd7.tar.gz freebsd-ports-gnome-f4bab41a01ef6b61d9d5063795ccdae81a703fd7.tar.zst freebsd-ports-gnome-f4bab41a01ef6b61d9d5063795ccdae81a703fd7.zip |
Update to 1.0.1
PR: ports/51746
Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer)
Diffstat (limited to 'games/barrage')
-rw-r--r-- | games/barrage/Makefile | 7 | ||||
-rw-r--r-- | games/barrage/distinfo | 2 | ||||
-rw-r--r-- | games/barrage/pkg-plist | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 0fa9bbfc9490..e221fc3cf53e 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= barrage -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lgames @@ -23,10 +23,15 @@ SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-profile-path=/var/games +USE_REINPLACE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${X11BASE}/include" +post-patch: + @${REINPLACE_CMD} -e 's|applications|applnk/Applications|g' \ + ${WRKSRC}/Makefile.in + post-install: ${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME} diff --git a/games/barrage/distinfo b/games/barrage/distinfo index 1f89b0134cae..68d54fda9705 100644 --- a/games/barrage/distinfo +++ b/games/barrage/distinfo @@ -1 +1 @@ -MD5 (barrage-1.0.tar.gz) = 85f1c2fec26ba73d21395aeeea008b9b +MD5 (barrage-1.0.1.tar.gz) = 5ed847cf05d51f80c7e49d71af7c7938 diff --git a/games/barrage/pkg-plist b/games/barrage/pkg-plist index d47626c70053..37720079259d 100644 --- a/games/barrage/pkg-plist +++ b/games/barrage/pkg-plist @@ -1,4 +1,5 @@ bin/barrage +share/applnk/Applications/barrage.desktop share/barrage/gfx/ammo.bmp share/barrage/gfx/crater.bmp share/barrage/gfx/cursors.bmp @@ -24,6 +25,8 @@ share/barrage/sounds/gunfire.wav share/barrage/sounds/highlight.wav share/barrage/sounds/scream1.wav share/barrage/sounds/scream2.wav +@dirrm share/applnk/Applications/ +@dirrm share/applnk @dirrm share/barrage/sounds @dirrm share/barrage/gfx @dirrm share/barrage |