diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-22 15:57:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-22 15:57:21 +0000 |
commit | 482e3c14c47176dee7b595dc74216eafb4bde6ec (patch) | |
tree | f18cb313b1882230d17b2302b08efe74b07c12a7 /games | |
parent | 2d35f802b7e670d71db5c79b802e9524afd13006 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/pvpgn/Makefile | 13 | ||||
-rw-r--r-- | games/pvpgn/pkg-plist | 14 |
2 files changed, 17 insertions, 10 deletions
diff --git a/games/pvpgn/Makefile b/games/pvpgn/Makefile index 8253a14acea6..67bcf589296d 100644 --- a/games/pvpgn/Makefile +++ b/games/pvpgn/Makefile @@ -38,16 +38,11 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pvpgn \ USE_RC_SUBR= bnetd -MAN1= bnbot.1 bnchat.1 bnetd.1 bnftp.1 bni2tga.1 bnibuild.1 \ - bniextract.1 bnilist.1 bnpass.1 bnstat.1 bntrackd.1 tgainfo.1 -MAN5= bnetd.conf.5 bntext.5 - OPTIONS_DEFINE= MYSQL PGSQL SQLITE3 D2 D2_DESC= Diablo II server (D2CS/D2DBS) OPTIONS_DEFAULT= D2 -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMYSQL} @@ -91,18 +86,16 @@ post-install: bnserver-D2XP.ini bnserver-WAR3.ini bnserver.ini icons-WAR3.bni \ icons.bni icons_STAR.bni ver-ix86-1.mpq - ${INSTALL_DATA} ${WRKSRC}/${SUPPORT_FILES}/${i} ${DATADIR}/files + ${INSTALL_DATA} ${WRKSRC}/${SUPPORT_FILES}/${i} ${STAGEDIR}${DATADIR}/files .endfor ## Additional documentation .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in INSTALL.unix PORTS README.fdwatch README.storage bnmotd.txt - ${INSTALL_MAN} ${WRKSRC}/../docs/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/../docs/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include <bsd.port.mk> diff --git a/games/pvpgn/pkg-plist b/games/pvpgn/pkg-plist index fec664aba98e..508af4072e0c 100644 --- a/games/pvpgn/pkg-plist +++ b/games/pvpgn/pkg-plist @@ -43,6 +43,20 @@ etc/pvpgn/supportfile.conf-sample etc/pvpgn/topics.conf-sample etc/pvpgn/tournament.conf-sample etc/pvpgn/versioncheck.conf-sample +man/man1/bnbot.1.gz +man/man1/bnchat.1.gz +man/man1/bnetd.1.gz +man/man1/bnftp.1.gz +man/man1/bni2tga.1.gz +man/man1/bnibuild.1.gz +man/man1/bniextract.1.gz +man/man1/bnilist.1.gz +man/man1/bnpass.1.gz +man/man1/bnstat.1.gz +man/man1/bntrackd.1.gz +man/man1/tgainfo.1.gz +man/man5/bnetd.conf.5.gz +man/man5/bntext.5.gz sbin/bnetd sbin/bntrackd %%WITH_D2%%sbin/d2cs |