diff options
author | nork <nork@FreeBSD.org> | 2003-06-18 23:23:59 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-18 23:23:59 +0800 |
commit | b70bdcbe74d0feac1b081bcd43239fcc76a9196a (patch) | |
tree | b02777c0a69f620fddb48d77b2c23fe0313a64f3 /japanese/ng/Makefile | |
parent | b203d1dbdf6b78c6dedb129d1d31585d8b2608ca (diff) | |
download | freebsd-ports-gnome-b70bdcbe74d0feac1b081bcd43239fcc76a9196a.tar.gz freebsd-ports-gnome-b70bdcbe74d0feac1b081bcd43239fcc76a9196a.tar.zst freebsd-ports-gnome-b70bdcbe74d0feac1b081bcd43239fcc76a9196a.zip |
o Update to 1.4.4.
o Change MAINTAINER to new address.
PR: ports/53448
Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org> (maintainer)
Diffstat (limited to 'japanese/ng/Makefile')
-rw-r--r-- | japanese/ng/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/japanese/ng/Makefile b/japanese/ng/Makefile index 2f8eacdfd90c..b0902d1e00df 100644 --- a/japanese/ng/Makefile +++ b/japanese/ng/Makefile @@ -6,19 +6,21 @@ # PORTNAME= ng -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= japanese editors -MASTER_SITES= http://tt.sakura.ne.jp/~amura/archives/ng/ +MASTER_SITES= http://tomato.sakura.ne.jp/~amura/archives/ng/ DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER?= ginga@athena.club.ne.jp +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ng-1.4.4-replace_bug.patch + +MAINTAINER?= ginga-freebsd@ginganet.org COMMENT?= A very light Emacs-clone with Japanese support -WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="-ltermcap" ALL_TARGET= ng -PORTDOCS= CHANGES.doc CHANGES.new Ng.FAQ Ng.doc Ng.ref Ng.tut \ +PORTDOCS= CHANGES.1_3 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \ README.Ng README.SKG post-patch: |