mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove NEWS and TODO from DOCS - Break lines around 80 characters
This commit is contained in:
parent
1008bdf676
commit
6167391cda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348653
@ -13,13 +13,12 @@ LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
USES= gmake pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gtk20
|
||||
INSTALLS_OMF= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
||||
PORTDOCS= AUTHORS ChangeLog README
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
@ -35,12 +34,14 @@ NLS_USES= gettext
|
||||
PORTSCOUT= limit:^0.7\..*
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PREFIX}/share/pixmaps/${PORTNAME}/logo.png|' \
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^Icon.*|Icon=${PREFIX}/share/pixmaps/${PORTNAME}/logo.png|' \
|
||||
-e 's|^Categories=.*|Categories=GTK;Utility;System;|' \
|
||||
${WRKSRC}/data/${PORTNAME}.desktop.in
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c
|
||||
@${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" \
|
||||
${WRKSRC}/src/blowfish.c
|
||||
@${REINPLACE_CMD} -e 's|gdk_pixbuf_unref|g_object_unref|g' \
|
||||
${WRKSRC}/src/interface.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user