diff options
author | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
commit | 57a41e98ddc08896ece93315c5f8deb70b0a9934 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /textproc | |
parent | 87fe1fcae9056b2d3319ad33c8c2e1777857ec28 (diff) | |
download | freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.gz freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.zst freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/beediff/Makefile | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/textproc/beediff/Makefile b/textproc/beediff/Makefile index b6521d6b2726..e424766a3d85 100644 --- a/textproc/beediff/Makefile +++ b/textproc/beediff/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: beediff -# Date created: 2008-03-23 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# # $FreeBSD$ -# PORTNAME= beediff PORTVERSION= 1.9 @@ -13,7 +8,7 @@ MASTER_SITES= http://www.beesoft.pl/download/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= makc@FreeBSD.org -COMMENT= QT4 based diff frontend +COMMENT= Qt4 based diff frontend USE_QT4= gui moc_build rcc_build qmake_build HAS_CONFIGURE= yes @@ -23,18 +18,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/beediff share/pixmaps/beediff.png -DESKTOP_ENTRIES="BeeDiff" "diff frontend" "beediff.png" \ +DESKTOP_ENTRIES="BeeDiff" "diff frontend" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ "beediff" "" false do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} - -post-configure: - @${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; \ - s|^CXX .*|CXX=${CXX}|; \ - s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/Makefile + cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/beediff ${PREFIX}/bin/ |