diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-18 08:04:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-18 08:04:18 +0000 |
commit | 6a7b56bb6a4139c24f32807569117284452ef549 (patch) | |
tree | 8ce8290435e86f409baaa3aafc4561b9a991714d /misc/shared-mime-info | |
parent | 33a8801c9d1be93148e6a0703ce0380889785660 (diff) | |
download | ports-6a7b56bb6a4139c24f32807569117284452ef549.tar.gz ports-6a7b56bb6a4139c24f32807569117284452ef549.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=344837
Diffstat (limited to 'misc/shared-mime-info')
-rw-r--r-- | misc/shared-mime-info/Makefile | 6 | ||||
-rw-r--r-- | misc/shared-mime-info/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/misc/shared-mime-info/Makefile b/misc/shared-mime-info/Makefile index 2bd83fda3ef1..5f5b8f3c038c 100644 --- a/misc/shared-mime-info/Makefile +++ b/misc/shared-mime-info/Makefile @@ -13,15 +13,12 @@ COMMENT= MIME types database from the freedesktop.org project USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-update-mimedb -USE_GMAKE= yes -USES= pathfix pkgconfig gettext +USES= pathfix pkgconfig gettext gmake USE_GNOME= glib20 libxml2 intltool intlhack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -MAN1= update-mime-database.1 - SUB_FILES= pkg-install SUB_LIST= MIMEDIRS="${MIMEDIRS:O:u}" @@ -30,7 +27,6 @@ MIMEDIRS= ${LOCALBASE}/share/mime \ MIMESUBDIRS= application audio image inode message model multipart \ packages text video x-epoc x-content -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/update-mime-database.c diff --git a/misc/shared-mime-info/pkg-plist b/misc/shared-mime-info/pkg-plist index a8bed26fb973..5c9dd3d0181c 100644 --- a/misc/shared-mime-info/pkg-plist +++ b/misc/shared-mime-info/pkg-plist @@ -63,6 +63,7 @@ share/locale/zh_CN/LC_MESSAGES/shared-mime-info.mo share/locale/zh_HK/LC_MESSAGES/shared-mime-info.mo share/locale/zh_TW/LC_MESSAGES/shared-mime-info.mo share/mime/packages/freedesktop.org.xml +man/man1/update-mime-database.1.gz @rmtry share/mime/XMLnamespaces @rmtry share/mime/aliases @rmtry share/mime/generic-icons |