aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-03-29 22:16:39 +0800
committerkwm <kwm@FreeBSD.org>2014-03-29 22:16:39 +0800
commit8c55892372978b65411dc4a711f8f2852d3bc9e1 (patch)
treeec3fd44039e5f2fc64def78274ca9fd3681a3b98 /archivers
parenta4a85537c3e361b1ce38f77962525f63f98fe2e1 (diff)
downloadfreebsd-ports-gnome-8c55892372978b65411dc4a711f8f2852d3bc9e1.tar.gz
freebsd-ports-gnome-8c55892372978b65411dc4a711f8f2852d3bc9e1.tar.zst
freebsd-ports-gnome-8c55892372978b65411dc4a711f8f2852d3bc9e1.zip
Stageify.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/file-roller/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 7af11d8833f8..c23263ae1382 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -16,14 +16,12 @@ COMMENT= An archive manager for zip files, tar, etc
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
-NO_STAGE= yes
USE_LDCONFIG= yes
USE_BZIP2= yes
-USES= gettext gmake pkgconfig
+USES= desktop-file-utils gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \
- gtk20 gconf2
+USE_GNOME= gnomeprefix intlhack gnomedocutils gtk20 gconf2
GNOME_DESKTOP_VERSION=2
USE_XORG= sm
GNU_CONFIGURE= yes
@@ -55,11 +53,10 @@ post-patch:
${WRKSRC}/src/fr-command-zip.c
post-install:
- @-update-desktop-database
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif