summaryrefslogtreecommitdiffstats
path: root/games/yamsweeper
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-01-03 09:38:01 +0000
committerobrien <obrien@FreeBSD.org>1997-01-03 09:38:01 +0000
commit02a2a547475abccac110b403fa8c03923a0f80a8 (patch)
tree994a1119f83174e777cce15612e84c1a88a9c0c8 /games/yamsweeper
parent256e31ea6c06f7b19356f9cb777455184c857987 (diff)
downloadFreeBSD-ports-02a2a547475abccac110b403fa8c03923a0f80a8.zip
FreeBSD-ports-02a2a547475abccac110b403fa8c03923a0f80a8.tar.gz
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}
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 9381145..146f59c 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>
OpenPOWER on IntegriCloud