Add missing files to pkg-plist.
PR: ports/122527 Submitted by: Keith Gaughan <keith.gaughan(at)gmail.com>
This commit is contained in:
parent
06fe287456
commit
8d5a667dbf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210745
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= rox-filer
|
||||
PORTVERSION= 2.7.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-fm gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= rox
|
||||
|
@ -36,7 +37,7 @@ ALL_TARGET=
|
|||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/apps/ROX-Filer
|
||||
@cd ${WRKSRC}/ROX-Filer && ${CP} -r .DirIcon AppInfo.xml AppRun Help Messages Options.xml ROX ROX-Filer images style.css ${PREFIX}/apps/ROX-Filer
|
||||
@cd ${WRKSRC}/ROX-Filer && ${CP} -r .DirIcon AppInfo.xml AppRun Help Messages Options.xml ROX ROX-Filer images style.css Templates.glade subclasses ${PREFIX}/apps/ROX-Filer
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/ROX-Filer
|
||||
@cd ${WRKSRC} && ${CP} -r Choices ${PREFIX}/share/
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/Choices
|
||||
|
|
|
@ -127,6 +127,7 @@ apps/ROX-Filer/ROX/MIME/mime-video.png
|
|||
apps/ROX-Filer/ROX/MIME/mime-video:mpeg.png
|
||||
apps/ROX-Filer/ROX/MIME/mime-video:quicktime.png
|
||||
apps/ROX-Filer/ROX/index.theme
|
||||
apps/ROX-Filer/Templates.glade
|
||||
apps/ROX-Filer/images/application.png
|
||||
apps/ROX-Filer/images/dirs.png
|
||||
apps/ROX-Filer/images/iconified.png
|
||||
|
@ -139,6 +140,7 @@ apps/ROX-Filer/images/rox-symlink.png
|
|||
apps/ROX-Filer/images/rox-xattr.png
|
||||
apps/ROX-Filer/images/symlink.png
|
||||
apps/ROX-Filer/style.css
|
||||
apps/ROX-Filer/subclasses
|
||||
bin/rox
|
||||
share/Choices/MIME-types/application_postscript
|
||||
share/Choices/MIME-types/text
|
||||
|
|
Loading…
Reference in a new issue