diff options
author | nakai <nakai@FreeBSD.org> | 2001-02-12 04:23:28 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-02-12 04:23:28 +0800 |
commit | a8b520070d5cccc70d7f66869e87fbfff626e703 (patch) | |
tree | b1ed93748967d1e96044c0ab035be967d212f881 /editors | |
parent | 52b3c0a40d2ea8a2ab8c889d1be8a481ed0a59c3 (diff) | |
download | freebsd-ports-gnome-a8b520070d5cccc70d7f66869e87fbfff626e703.tar.gz freebsd-ports-gnome-a8b520070d5cccc70d7f66869e87fbfff626e703.tar.zst freebsd-ports-gnome-a8b520070d5cccc70d7f66869e87fbfff626e703.zip |
Update to 0.6.2.1
PR: ports/23221
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 8 | ||||
-rw-r--r-- | editors/dedit/distinfo | 2 | ||||
-rw-r--r-- | editors/dedit/pkg-plist | 1 |
3 files changed, 8 insertions, 3 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index cb93b6a5a290..06a281c12a44 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -6,9 +6,9 @@ # PORTNAME= dedit -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.2.1 CATEGORIES= editors gnome -MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/ +MASTER_SITES= ftp://ftp.debian.org/debian/dists/woody/main/source/editors/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org @@ -28,6 +28,10 @@ MAN1= dedit.1 MANLANG= "" ja .endif +pre-patch: + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g' + post-install: .if defined(KANJI) ${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 \ diff --git a/editors/dedit/distinfo b/editors/dedit/distinfo index 8b12a59008a0..0e3bdcc426a1 100644 --- a/editors/dedit/distinfo +++ b/editors/dedit/distinfo @@ -1 +1 @@ -MD5 (dedit_0.6.2.tar.gz) = ef5ad55b7a15865d1e550410e22f9610 +MD5 (dedit_0.6.2.1.tar.gz) = 1370a3f1beedb9cdf22608165ef4f92f diff --git a/editors/dedit/pkg-plist b/editors/dedit/pkg-plist index 749ecfda7210..4f2c291f32f7 100644 --- a/editors/dedit/pkg-plist +++ b/editors/dedit/pkg-plist @@ -1,2 +1,3 @@ bin/dedit +share/gnome/apps/Applications/dedit.desktop share/locale/ja/LC_MESSAGES/dedit.mo |