diff options
author | tg <tg@FreeBSD.org> | 1998-03-26 20:13:39 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-03-26 20:13:39 +0800 |
commit | 581066a60e89135e1c4ae6382cba067b50368882 (patch) | |
tree | a70e7f9dd9b16fa286e55d55ac2c0668bd7c1406 /games/xkobo/Makefile | |
parent | 60f2c7cf166a94bc1db7e82f44f88ab8cff844ad (diff) | |
download | freebsd-ports-gnome-581066a60e89135e1c4ae6382cba067b50368882.tar.gz freebsd-ports-gnome-581066a60e89135e1c4ae6382cba067b50368882.tar.zst freebsd-ports-gnome-581066a60e89135e1c4ae6382cba067b50368882.zip |
Create high score dir with mode 755, when installing from the package.
Respect $HOME/.Xauthority.
Diffstat (limited to 'games/xkobo/Makefile')
-rw-r--r-- | games/xkobo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index 677092833771..a638fa553e9e 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Jul 1995 # Whom: jkh # -# $Id: Makefile,v 1.9 1997/07/02 07:54:05 tg Exp $ +# $Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp $ # DISTNAME= xkobo-1.11 @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.uoknor.edu/mirrors/X/contrib/games/ MASTER_SITE_SUBDIR= games +MAINTAINER= ports@FreeBSD.ORG + USE_IMAKE= yes ALL_TARGET= xkobo |