diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-25 03:47:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-25 03:47:42 +0800 |
commit | cea9685fe2c48a748a1f720f9981bad491692545 (patch) | |
tree | 586cab84ef54cc1c33b036554f533bdd5afec303 /games/bsp/Makefile | |
parent | 51ab7b82732c38cca2524b23334ff0d071b0781b (diff) | |
download | freebsd-ports-gnome-cea9685fe2c48a748a1f720f9981bad491692545.tar.gz freebsd-ports-gnome-cea9685fe2c48a748a1f720f9981bad491692545.tar.zst freebsd-ports-gnome-cea9685fe2c48a748a1f720f9981bad491692545.zip |
- Add a backup mirror [1]
- While here switch to options helper
PR: 205533 [1]
Submitted by: Kyle Evans
Diffstat (limited to 'games/bsp/Makefile')
-rw-r--r-- | games/bsp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/bsp/Makefile b/games/bsp/Makefile index 65e50cada3ca..0f7e4db98428 100644 --- a/games/bsp/Makefile +++ b/games/bsp/Makefile @@ -4,12 +4,12 @@ PORTNAME= bsp PORTVERSION= 5.2 CATEGORIES= games -MASTER_SITES= http://games.moria.org.uk/doom/bsp/download/ +MASTER_SITES= http://games.moria.org.uk/doom/bsp/download/ \ + http://files.kyle-evans.net/freebsd/ MAINTAINER= ports@FreeBSD.org COMMENT= Node builder for Doom -BROKEN= unfetchable LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -25,6 +25,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bsp ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/bsp.6 ${STAGEDIR}${MANPREFIX}/man/man6 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |