diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 13:34:37 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-02-13 13:34:37 +0000 |
commit | a95a4279fb3f843699c1e85668086bfe2eb373aa (patch) | |
tree | 3e105d8a39d7bd2ad11dc03ebd595dab406597fe | |
parent | e726ed873b86351523cf16500da77bae706124fc (diff) | |
download | ports-a95a4279fb3f843699c1e85668086bfe2eb373aa.tar.gz ports-a95a4279fb3f843699c1e85668086bfe2eb373aa.zip |
Notes
-rw-r--r-- | editors/winefish/Makefile | 12 | ||||
-rw-r--r-- | editors/winefish/distinfo | 6 | ||||
-rw-r--r-- | editors/winefish/pkg-plist | 4 |
3 files changed, 17 insertions, 5 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 8fb5eaf3e445..ddabb0865f6d 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -6,9 +6,10 @@ # PORTNAME= winefish -DISTVERSION= 1.3.2.6f +DISTVERSION= 1.3.2.6 CATEGORIES= editors print -MASTER_SITES= http://download.berlios.de/winefish/ +MASTER_SITES= http://download.berlios.de/winefish/ \ + http://nivi.interfree.it/distfiles/winefish/ EXTRACT_SUFX= .tgz MAINTAINER= nivit@email.it @@ -22,6 +23,9 @@ RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ tidy:${PORTSDIR}/www/tidy \ xpdf:${PORTSDIR}/graphics/xpdf +MAN1= winefish.1 +MANCOMPRESSED= no + GNU_CONFIGURE= yes USE_GCC= 3.3+ USE_GMAKE= yes @@ -52,5 +56,9 @@ CONFIGURE_ARGS+= --with-unikey-gtk post-install: -@update-desktop-database +.if defined(NOPORTDOCS) + ${RM} ${DOCSDIR}/${PORTNAME}.html + ${RMDIR} ${DOCSDIR} +.endif .include <bsd.port.post.mk> diff --git a/editors/winefish/distinfo b/editors/winefish/distinfo index d47e216c6678..65c99966d174 100644 --- a/editors/winefish/distinfo +++ b/editors/winefish/distinfo @@ -1,3 +1,3 @@ -MD5 (winefish-1.3.2.6f.tgz) = 3965074e1dcf56af435a163a279e889b -SHA256 (winefish-1.3.2.6f.tgz) = 386d6c5e2d66de14bc4c3baeeb0cc33f9225a99b9d68ad93b8307d0e50218f5c -SIZE (winefish-1.3.2.6f.tgz) = 468030 +MD5 (winefish-1.3.2.6.tgz) = 058043431233445d0463600fbb1c6bff +SHA256 (winefish-1.3.2.6.tgz) = 87f8592b676c796549992bc39a4987dd6793fa8161b59daec8045a22e8b21076 +SIZE (winefish-1.3.2.6.tgz) = 480779 diff --git a/editors/winefish/pkg-plist b/editors/winefish/pkg-plist index 25ee60c7fed5..fc72f84d2bea 100644 --- a/editors/winefish/pkg-plist +++ b/editors/winefish/pkg-plist @@ -2,13 +2,16 @@ bin/winefish share/gnome/application-registry/winefish.applications share/gnome/applications/winefish.desktop +share/gnome/applications/winefish-project.desktop share/gnome/mime-info/winefish.mime share/gnome/mime-info/winefish.keys +share/locale/fr/LC_MESSAGES/winefish.mo share/locale/it/LC_MESSAGES/winefish.mo share/locale/vi/LC_MESSAGES/winefish.mo share/mime/packages/winefish.xml share/pixmaps/gnome-application-winefish-project.png share/pixmaps/winefish-icon.png +%%PORTDOCS%%%%DOCSDIR%%/winefish.html %%DATADIR%%/autotext.default %%DATADIR%%/custom_menu.default %%DATADIR%%/encodings.default @@ -24,6 +27,7 @@ share/pixmaps/winefish-icon.png %%DATADIR%%/icon_xml.png %%DATADIR%%/winefish_splash.png %%DATADIR%%/words.default +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |