diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-18 16:46:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-18 16:46:05 +0000 |
commit | 92b73131f885804ba85b61372cba9f17145d4048 (patch) | |
tree | 952a3d2cc89c10f6ba9642b3dbea55d5c04445db /games/trackballs/files | |
parent | 22c44b7be41bf6c6d775d53c72a4047b2535e732 (diff) |
Fix build as a user.
Use options helpers.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=403979
Diffstat (limited to 'games/trackballs/files')
-rw-r--r-- | games/trackballs/files/patch-share_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/trackballs/files/patch-share_Makefile.in b/games/trackballs/files/patch-share_Makefile.in new file mode 100644 index 000000000000..9fa2d70ba9b7 --- /dev/null +++ b/games/trackballs/files/patch-share_Makefile.in @@ -0,0 +1,11 @@ +--- share/Makefile.in.orig 2015-12-18 16:12:01 UTC ++++ share/Makefile.in +@@ -567,7 +567,7 @@ uninstall-man: uninstall-man6 + + + install-pkgdataDATA: +- -install -D -m664 -g games highScores $(DESTDIR)@with_highscores@ ++ -install -D highScores $(DESTDIR)@with_highscores@ + -chgrp -R games $(DESTDIR)$(pkgdatadir)/levels + chmod -R g+r $(DESTDIR)$(pkgdatadir)/levels + # Tell versions [3.59,3.63) of GNU make to not export all variables. |