diff options
-rw-r--r-- | games/uhexen/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile index ef2895f11580..a4df558084a1 100644 --- a/games/uhexen/Makefile +++ b/games/uhexen/Makefile @@ -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" |