diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-21 16:24:09 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-21 16:24:09 +0000 |
commit | f7cfc373b3157431fdf7812341ad1ee837c1e26e (patch) | |
tree | 2a635803f82ee823e47e7b310976af547b8da8fe /games/yamsweeper/Makefile | |
parent | 5b9e00d6ddbd3c412752ce3e10532e6e5b0240fe (diff) |
Fix MASTER_SITES
Remove unnecessary post-install target
PR: 16870
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
Notes
Notes:
svn path=/head/; revision=26094
Diffstat (limited to 'games/yamsweeper/Makefile')
-rw-r--r-- | games/yamsweeper/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/games/yamsweeper/Makefile b/games/yamsweeper/Makefile index 8c71842eb14f..6328e760f0ec 100644 --- a/games/yamsweeper/Makefile +++ b/games/yamsweeper/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: yamsweeper +# New ports collection makefile for: yamsweeper # Version required: 1.9 # Date created: 14 Sep 1996 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> @@ -6,9 +6,10 @@ # $FreeBSD$ # -DISTNAME= yamsweeper-1.9 +DISTNAME= yamsweeper-1.9 CATEGORIES= games -MASTER_SITES= ftp://ftp.tut.ac.jp/X11/Contrib/Games/ +MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/os/linux/JG/JG-0.9.1/sources/ +EXTRACT_SUFX= .taz MAINTAINER= hidekazu@cs.titech.ac.jp @@ -19,8 +20,4 @@ pre-configure: @${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.old @${CP} ${FILESDIR}/Imakefile ${WRKSRC} -post-install: - @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/man/man1/yamsweeper.1.gz - @${CHOWN} games.${BINGRP} ${X11BASE}/lib/X11/app-defaults/Yamsweeper - .include <bsd.port.mk> |