summaryrefslogtreecommitdiff
path: root/games/yamsweeper
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 09:38:01 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-01-03 09:38:01 +0000
commit20b9bbed0a7197cfdfeb0f7146d0fa1e48b75e90 (patch)
tree5ac101f6528045a0a8ced55a32d3264fbb9efd00 /games/yamsweeper
parentHave manpage go into man6 as the manpage says. (diff)
Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} and
MASTER_SITE_SUBDIR=games swallace wasn't listed as MAINTAINER of any of his ports janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports bin.bin --> ${BINOWN}.${BINGRP} chown --> /usr/sbin/chown (not everyone has /usr/sbin in their path, esp. if you sudo'ed to root) mkdir -p --> ${MKDIR}
Notes
Notes: svn path=/head/; revision=5186
Diffstat (limited to 'games/yamsweeper')
-rw-r--r--games/yamsweeper/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile
index 93811453cd7d..146f59c08a33 100644
--- a/games/yamsweeper/Makefile
+++ b/games/yamsweeper/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 Sep 1996
# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/09/22 08:55:35 max Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:27:31 asami Exp $
#
DISTNAME= yamsweeper-1.9
@@ -19,7 +19,7 @@ pre-configure:
@cp ${FILESDIR}/Imakefile ${WRKSRC}
post-install:
- @chown bin.bin ${PREFIX}/man/man1/yamsweeper.1.gz
- @chown games.bin ${X11BASE}/lib/X11/app-defaults/Yamsweeper
+ @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/man/man1/yamsweeper.1.gz
+ @/usr/sbin/chown games.${BINGRP} ${X11BASE}/lib/X11/app-defaults/Yamsweeper
.include <bsd.port.mk>