diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-02-11 20:23:28 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-02-11 20:23:28 +0000 |
commit | 7ebc52fcc44ef16dde04ea48d5f4988a871ef6b3 (patch) | |
tree | d7ddbd6c30eb2ce47482948716813a0013a4a19e /editors | |
parent | d6902361d36fed6fc44446ac045c8fbeb5e26427 (diff) | |
download | ports-7ebc52fcc44ef16dde04ea48d5f4988a871ef6b3.tar.gz ports-7ebc52fcc44ef16dde04ea48d5f4988a871ef6b3.zip |
Notes
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 |