diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-07-16 14:18:15 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-07-16 14:18:15 +0000 |
commit | 3f14beea4f06c6dc3d163b7a92bdeafe75e1058c (patch) | |
tree | e20bd0d79f586720ce2e7821a948d67be3b35c5d /editors | |
parent | - new master site (diff) |
Update to 0.5.8
PR: ports/19522
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=30701
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 12 | ||||
-rw-r--r-- | editors/dedit/distinfo | 2 |
2 files changed, 4 insertions, 10 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index e02a0bad0c5a..9902f04f8326 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dedit -PORTVERSION= 0.5.6 +PORTVERSION= 0.5.8 CATEGORIES= editors gnome MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,15 +15,14 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \ gnome.4:${PORTSDIR}/x11/gnomelibs -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake -WRKSRC= ${WRKDIR}/dedit-0.5.6 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes USE_X_PREFIX= yes -USE_AUTOCONF= yes +USE_AUTOMAKE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASSE}/include" \ @@ -35,11 +34,6 @@ MAN1= dedit.1 MANLANG= "" ja .endif -pre-configure: - cd ${WRKSRC}; \ - aclocal -I macros -I ${X11BASE}/share/aclocal; \ - ${SH} bootstrap - post-install: .if defined(KANJI) ${INSTALL_MAN} ${WRKSRC}/doc/dedit.ja.1 \ diff --git a/editors/dedit/distinfo b/editors/dedit/distinfo index f6eacb897cd0..d964555d40db 100644 --- a/editors/dedit/distinfo +++ b/editors/dedit/distinfo @@ -1 +1 @@ -MD5 (dedit_0.5.6.tar.gz) = bd4d62a820aabeca3ec97250460ff664 +MD5 (dedit_0.5.8.tar.gz) = 076a3dc1ac1ab84a86c1ddf547c8af84 |