diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-30 16:32:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-30 16:32:40 +0800 |
commit | a55b9a8f49b6617a6fcbebb62fca869c6e88d76e (patch) | |
tree | 32c1bffe2b8626f45a2c003c9fc7a3e19ed4890e /games/xvmines | |
parent | 66dc7896dd3ce7a4e246d150f88d4df1ec8ae8dc (diff) | |
download | freebsd-ports-gnome-a55b9a8f49b6617a6fcbebb62fca869c6e88d76e.tar.gz freebsd-ports-gnome-a55b9a8f49b6617a6fcbebb62fca869c6e88d76e.tar.zst freebsd-ports-gnome-a55b9a8f49b6617a6fcbebb62fca869c6e88d76e.zip |
- Unbreak build
Reported by: pointyhat
Approved by: portmgr (myself)
Diffstat (limited to 'games/xvmines')
-rw-r--r-- | games/xvmines/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index e034bbd4961b..e42749e91a52 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -22,7 +22,7 @@ MAKE_JOBS_SAFE= yes MANCOMPRESSED= no MAN6= xvmines.6 PORTDOCS= Copyright -PLIT_FILES= bin/xvmines +PLIST_FILES= bin/xvmines .include <bsd.port.options.mk> |