Stageify.
This commit is contained in:
parent
f356c31cb6
commit
8fa5325438
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349519
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue