diff options
author | asami <asami@FreeBSD.org> | 1997-10-16 12:27:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-10-16 12:27:23 +0800 |
commit | 730d71bcd59540bda9cf5ece8c81169c6bfd0d7a (patch) | |
tree | 3b69d77a86c0f2c2017ef39120fa0e85efd73d0c /games/xgolgo | |
parent | aa014f0935ff5cd403fe22ef66a8abe070eab054 (diff) | |
download | freebsd-ports-gnome-730d71bcd59540bda9cf5ece8c81169c6bfd0d7a.tar.gz freebsd-ports-gnome-730d71bcd59540bda9cf5ece8c81169c6bfd0d7a.tar.zst freebsd-ports-gnome-730d71bcd59540bda9cf5ece8c81169c6bfd0d7a.zip |
Not that it matters much, but move around a couple of newlines to
make it appear nicer.
Diffstat (limited to 'games/xgolgo')
-rw-r--r-- | games/xgolgo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xgolgo/Makefile b/games/xgolgo/Makefile index 383b27a13fc6..fa7719692035 100644 --- a/games/xgolgo/Makefile +++ b/games/xgolgo/Makefile @@ -3,7 +3,7 @@ # Date created: 1 July 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/10/15 04:56:39 max Exp $ # DISTNAME= xeyes-g @@ -16,9 +16,9 @@ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp WRKSRC= ${WRKDIR}/xeyes USE_IMAKE= yes NO_INSTALL_MANPAGES= yes - MAN1= xgolgo.1 post-install: ${INSTALL_MAN} ${WRKSRC}/xeyes.man ${PREFIX}/man/man1/xgolgo.1 + .include <bsd.port.mk> |