Games data directory now ${PREFIX}/share/doom, to fit with where other

game ports put their data.  Coincides with chocolate-doom update.

OK weerd@ (MAINTAINER) and phessler@
This commit is contained in:
rfreeman 2012-03-23 09:05:22 +00:00
parent 10d376890b
commit 05118c0a0b
6 changed files with 21 additions and 24 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/05 22:31:44 phessler Exp $
# $OpenBSD: Makefile,v 1.2 2012/03/23 09:05:22 rfreeman Exp $
COMMENT = DOOM I data files
DISTFILES = doom.wad
PKGNAME = doom1data-1.0
REVISION = 0
CATEGORIES = games
EXTRACT_ONLY =
@ -27,8 +28,7 @@ FETCH_MANUALLY += "${FULLDISTDIR}."
do-build:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/doom/
${INSTALL_DATA} ${FULLDISTDIR}/doom.wad \
${PREFIX}/share/games/doom/doom.wad
${INSTALL_DATA_DIR} ${PREFIX}/share/doom/
${INSTALL_DATA} ${FULLDISTDIR}/doom.wad ${PREFIX}/share/doom/doom.wad
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/05 22:31:44 phessler Exp $
share/games/
share/games/doom/
share/games/doom/doom.wad
@comment $OpenBSD: PLIST,v 1.2 2012/03/23 09:05:22 rfreeman Exp $
share/doom/
share/doom/doom.wad

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/05 22:31:44 phessler Exp $
# $OpenBSD: Makefile,v 1.2 2012/03/23 09:05:23 rfreeman Exp $
COMMENT = DOOM II data files
DISTFILES = doom2.wad
PKGNAME = doom2data-1.0
REVISION = 0
CATEGORIES = games
EXTRACT_ONLY =
@ -27,8 +28,7 @@ FETCH_MANUALLY += "${FULLDISTDIR}."
do-build:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/doom/
${INSTALL_DATA} ${FULLDISTDIR}/doom2.wad \
${PREFIX}/share/games/doom/doom2.wad
${INSTALL_DATA_DIR} ${PREFIX}/share/doom/
${INSTALL_DATA} ${FULLDISTDIR}/doom2.wad ${PREFIX}/share/doom/doom2.wad
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/05 22:31:44 phessler Exp $
share/games/
share/games/doom/
share/games/doom/doom2.wad
@comment $OpenBSD: PLIST,v 1.2 2012/03/23 09:05:23 rfreeman Exp $
share/doom/
share/doom/doom2.wad

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/05 22:31:44 phessler Exp $
# $OpenBSD: Makefile,v 1.2 2012/03/23 09:05:23 rfreeman Exp $
COMMENT = DOOM I Shareware data files
DISTNAME = doom19s
PKGNAME = doomdata-1.9
REVISION = 0
EXTRACT_SUFX = .zip
CATEGORIES = games
@ -29,8 +30,7 @@ do-build:
cd ${WRKBUILD} && unzip DOOMS_19.ZIP
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/doom/
${INSTALL_DATA} ${WRKBUILD}/DOOM1.WAD \
${PREFIX}/share/games/doom/doom1.wad
${INSTALL_DATA_DIR} ${PREFIX}/share/doom/
${INSTALL_DATA} ${WRKBUILD}/DOOM1.WAD ${PREFIX}/share/doom/doom1.wad
.include <bsd.port.mk>

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/05 22:31:44 phessler Exp $
share/games/
share/games/doom/
share/games/doom/doom1.wad
@comment $OpenBSD: PLIST,v 1.2 2012/03/23 09:05:23 rfreeman Exp $
share/doom/
share/doom/doom1.wad