diff options
author | lme <lme@FreeBSD.org> | 2009-12-30 02:24:02 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2009-12-30 02:24:02 +0800 |
commit | 69e3f514b43e9647a05b6396dfde15051c46918d (patch) | |
tree | f775a6ff6aaa31bacae928bcdfa3db5637818a67 /games/scummvm | |
parent | 64307c6f28e5f9d65bce6792d7ab51f428d455d5 (diff) | |
download | freebsd-ports-gnome-69e3f514b43e9647a05b6396dfde15051c46918d.tar.gz freebsd-ports-gnome-69e3f514b43e9647a05b6396dfde15051c46918d.tar.zst freebsd-ports-gnome-69e3f514b43e9647a05b6396dfde15051c46918d.zip |
- Install the shiny standard theme
- Bump PORTREVISION
PR: ports/141830
Submitted by: Oliver Herold <oh (AT) fixmbr.de>
Approved by: maintainer (me)
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} |