diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 05:49:27 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-30 05:49:27 +0000 |
commit | 93794383298768155a781c06b2d161318f8e8d53 (patch) | |
tree | 910f385dacb74756967f16495898a54e313657d2 /games | |
parent | 47d2fb89b9a63e86b1a736470f50916b0b8b573c (diff) | |
download | ports-93794383298768155a781c06b2d161318f8e8d53.tar.gz ports-93794383298768155a781c06b2d161318f8e8d53.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/blockade/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/games/blockade/Makefile b/games/blockade/Makefile index 2fef76d2e7f9..ed26400324e3 100644 --- a/games/blockade/Makefile +++ b/games/blockade/Makefile @@ -5,23 +5,20 @@ PORTNAME= blockade PORTVERSION= 1.00 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= TUCOWS/x11/entertain \ - http://www.sourcefiles.org/Games/Arcade/ +MASTER_SITES= http://www.sourcefiles.org/Games/Arcade/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-linux MAINTAINER= ports@FreeBSD.org -COMMENT= An X version of the `blockade' Macintosh game +COMMENT= X version of the `blockade' Macintosh game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XORG= x11 -MAN6= blockade.6 -PLIST_FILES= bin/blockade +PLIST_FILES= bin/blockade man/man6/blockade.6.gz -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/blockade ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/blockade.6 ${MAN6PREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/blockade ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/blockade.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 .include <bsd.port.mk> |