summaryrefslogtreecommitdiffstats
path: root/games/xmines/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2000-08-06 16:02:28 +0000
committernbm <nbm@FreeBSD.org>2000-08-06 16:02:28 +0000
commitbf838a0a317997394a1b1c69a0f89a85b90cc275 (patch)
tree009d4a4b047c6fd68d66fbc67ef8db996a6b63b8 /games/xmines/Makefile
parent8793b0dc08014ac1006c71d9c0facf8214db3ce4 (diff)
downloadFreeBSD-ports-bf838a0a317997394a1b1c69a0f89a85b90cc275.zip
FreeBSD-ports-bf838a0a317997394a1b1c69a0f89a85b90cc275.tar.gz
Stylize the Makefile, support PREFIX properly, and strip binary.
PR: ports/20422 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
Diffstat (limited to 'games/xmines/Makefile')
-rw-r--r--games/xmines/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/games/xmines/Makefile b/games/xmines/Makefile
index cc5a456..a3e9779 100644
--- a/games/xmines/Makefile
+++ b/games/xmines/Makefile
@@ -5,21 +5,21 @@
# $FreeBSD$
#
-PORTNAME= xmines
-PORTVERSION= 1.0
-CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
+PORTNAME= xmines
+PORTVERSION= 1.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= games/strategy
-DISTNAME= ${PORTNAME}
+DISTNAME= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-USE_X_PREFIX= yes
+USE_X_PREFIX= yes
post-install:
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/xmines
- @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmines
+ @${MKDIR} ${PREFIX}/share/doc/xmines
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmines
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud