svn commit: r349519 - head/archivers/file-roller
Koop Mast
kwm at FreeBSD.org
Sat Mar 29 14:16:40 UTC 2014
Author: kwm
Date: Sat Mar 29 14:16:39 2014
New Revision: 349519
URL: http://svnweb.freebsd.org/changeset/ports/349519
QAT: https://qat.redports.org/buildarchive/r349519/
Log:
Stageify.
Modified:
head/archivers/file-roller/Makefile
Modified: head/archivers/file-roller/Makefile
==============================================================================
--- head/archivers/file-roller/Makefile Sat Mar 29 14:15:28 2014 (r349518)
+++ head/archivers/file-roller/Makefile Sat Mar 29 14:16:39 2014 (r349519)
@@ -16,14 +16,12 @@ COMMENT= An archive manager for zip file
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
More information about the svn-ports-all
mailing list