svn commit: r315369 - head/games/uhexen

Martin Wilke miwi at FreeBSD.org
Wed Mar 27 10:20:37 UTC 2013


Author: miwi
Date: Wed Mar 27 10:20:36 2013
New Revision: 315369
URL: http://svnweb.freebsd.org/changeset/ports/315369

Log:
  - Unbreak build

Modified:
  head/games/uhexen/Makefile   (contents, props changed)

Modified: head/games/uhexen/Makefile
==============================================================================
--- head/games/uhexen/Makefile	Wed Mar 27 10:18:06 2013	(r315368)
+++ head/games/uhexen/Makefile	Wed Mar 27 10:20:36 2013	(r315369)
@@ -3,7 +3,7 @@
 
 PORTNAME=	uhexen
 PORTVERSION=	0.601
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/U-hexen%20version%20${PORTVERSION}
 
@@ -17,6 +17,8 @@ OPTIONS_DEFINE=	MUSIC
 OPTIONS_DEFAULT=	MUSIC
 MUSIC_DESC=	In-game MIDI music support
 
+PLIST_FILES=	bin/uhexen
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} == "powerpc"


More information about the svn-ports-all mailing list