aboutsummaryrefslogtreecommitdiff
path: root/games/galaxis/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-02 01:00:24 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-02 01:00:24 +0000
commit4aed6f1e6536c2d3be11d0ac7596e10b27791cb5 (patch)
tree021f61372fc74d69c6dbb086d15d03b8a2cae67e /games/galaxis/Makefile
parent77140e508e938432f22e37e787489915e2d78661 (diff)
downloadports-4aed6f1e6536c2d3be11d0ac7596e10b27791cb5.tar.gz
ports-4aed6f1e6536c2d3be11d0ac7596e10b27791cb5.zip
Notes
Diffstat (limited to 'games/galaxis/Makefile')
-rw-r--r--games/galaxis/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile
index 2a0b700eca73..058874d039d8 100644
--- a/games/galaxis/Makefile
+++ b/games/galaxis/Makefile
@@ -6,17 +6,17 @@
# $FreeBSD$
#
-DISTNAME= galaxis-1.1
-CATEGORIES= games
-MASTER_SITES= ftp://locke.ccil.org/pub/esr/
+DISTNAME= galaxis-1.1
+CATEGORIES= games
+MASTER_SITES= ftp://locke.ccil.org/pub/esr/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-ALL_TARGET=
-MAN6= galaxis.6
+ALL_TARGET= # empty
+MAN6= galaxis.6
do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
- @ ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6
+ ${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
+ ${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6
.include <bsd.port.mk>