diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-01 07:12:52 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-01 07:12:52 +0800 |
commit | 017adedb1ee4a1cfd47c3fe85f105013e4d0cd08 (patch) | |
tree | eaab9f06b3121883680765239b08989b050ac85b /editors/leafpad | |
parent | e03232d5a846f7b8a36a645284456780b415d9bb (diff) | |
download | freebsd-ports-gnome-017adedb1ee4a1cfd47c3fe85f105013e4d0cd08.tar.gz freebsd-ports-gnome-017adedb1ee4a1cfd47c3fe85f105013e4d0cd08.tar.zst freebsd-ports-gnome-017adedb1ee4a1cfd47c3fe85f105013e4d0cd08.zip |
update to 0.7.5
Approved by: adamw (mentor)
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 7 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 4 | ||||
-rw-r--r-- | editors/leafpad/pkg-plist | 7 |
3 files changed, 11 insertions, 7 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 396a9798adbe..c4a7463606c6 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= leafpad -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= editors MASTER_SITES= http://tarot.freeshell.org/leafpad/ @@ -32,8 +32,9 @@ PLIST_SUB+= NLS:="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|/pixmaps|/${PORTNAME}|g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \ + s|/applications|/gnome/applications|' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in .ifndef (NOPORTDOCS) post-install: diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo index 002fae981714..19743f6fecd7 100644 --- a/editors/leafpad/distinfo +++ b/editors/leafpad/distinfo @@ -1,2 +1,2 @@ -MD5 (leafpad-0.7.4.tar.gz) = 3aa3495d6071b1b2c049f0d52f35afe5 -SIZE (leafpad-0.7.4.tar.gz) = 165158 +MD5 (leafpad-0.7.5.tar.gz) = 182ea09a1f2f1efcd519d8aa1470f41f +SIZE (leafpad-0.7.5.tar.gz) = 172262 diff --git a/editors/leafpad/pkg-plist b/editors/leafpad/pkg-plist index 0107e2efe272..fc8c041e20d5 100644 --- a/editors/leafpad/pkg-plist +++ b/editors/leafpad/pkg-plist @@ -4,9 +4,12 @@ bin/leafpad %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README -share/leafpad/leafpad.png +share/gnome/applications/leafpad.desktop +share/gnome/pixmaps/leafpad.png +%%NLS:%%share/locale/de/LC_MESSAGES/leafpad.mo %%NLS:%%share/locale/ja/LC_MESSAGES/leafpad.mo +%%NLS:%%share/locale/ru/LC_MESSAGES/leafpad.mo +%%NLS:%%share/locale/sv/LC_MESSAGES/leafpad.mo %%NLS:%%share/locale/zh_CN/LC_MESSAGES/leafpad.mo %%NLS:%%share/locale/zh_TW/LC_MESSAGES/leafpad.mo -@dirrm share/leafpad %%PORTDOCS%%@dirrm %%DOCSDIR%% |