diff options
author | Lars Engels <lme@FreeBSD.org> | 2009-12-29 18:24:02 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2009-12-29 18:24:02 +0000 |
commit | f1855ca2387f85f9edb0f28c41b18bf328335f3a (patch) | |
tree | fb2437f035d15a9f23308435638934cd0456749f /games/scummvm | |
parent | 0babf0cd2122b1bb10c223e56555826cac0a6da3 (diff) |
- Install the shiny standard theme
- Bump PORTREVISION
PR: ports/141830
Submitted by: Oliver Herold <oh (AT) fixmbr.de>
Approved by: maintainer (me)
Notes
Notes:
svn path=/head/; revision=246870
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index e75cf327ffd1..7ed72410eb99 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -7,6 +7,7 @@ PORTNAME= scummvm DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${DISTVERSION} @@ -38,7 +39,8 @@ OPTIONS= VORBIS "Enable Ogg Vorbis support" off \ MAN6= scummvm.6 PORTDOCS= NEWS README TODO -PLIST_FILES= bin/scummvm +PLIST_FILES= bin/scummvm %%DATADIR%%/scummmodern.zip +PLIST_DIRS= %%DATADIR%% .include <bsd.port.pre.mk> @@ -93,6 +95,8 @@ post-patch: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/scummvm ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/dists/scummvm.6 ${PREFIX}/man/man6 + @${MKDIR} ${DATADIR} + @${INSTALL_DATA} ${WRKSRC}/gui/themes/scummmodern.zip ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |