Stageify.

This commit is contained in:
Koop Mast 2014-03-29 14:16:39 +00:00
parent f356c31cb6
commit 8fa5325438
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349519

View file

@ -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