diff options
author | jun <jun> | 2001-03-18 01:16:50 +0000 |
---|---|---|
committer | jun <jun> | 2001-03-18 01:16:50 +0000 |
commit | b65774f5a95c85a437b67b1ba5b7583f4c904f62 (patch) | |
tree | 9d99de0dba70795b0a44a35c42ae63e4cabba553 /editors/ng/Makefile | |
parent | 494d7002c1f4b054c90cc6204838ea842fceb1fb (diff) | |
download | pkgsrc-b65774f5a95c85a437b67b1ba5b7583f4c904f62.tar.gz |
Update
ng-1.4 to ng-1.4.3
PR update patch made by Hiroyuki Yanai <fk200329@fsinet.or.jp>
>Number: 12211
>Category: pkg
>Synopsis: editors/ng is upgraded to v1.4.3.
>Originator: Hiroyuki Yanai
Changes:
- Code clean up for ANSI-C
- dired can treat symbolic link
- Undo bug fix
- fill-paragraph loop bug fix
Diffstat (limited to 'editors/ng/Makefile')
-rw-r--r-- | editors/ng/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/ng/Makefile b/editors/ng/Makefile index aa1c60b4ff1..45767d06326 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2001/03/18 01:16:50 jun Exp $ -DISTNAME= ng-1.4 +DISTNAME= ng-1.4.3 CATEGORIES= editors japanese MASTER_SITES= http://ha3.seikyou.ne.jp/home/amura/archives/ng/ @@ -23,10 +23,6 @@ ALL_TARGET= ng MAKEFLAGS+= USE_CANNA=${USE_CANNA} post-patch: -.if ${USE_CANNA} != "YES" - @(cd ${WRKSRC}; ${MV} config.h config.h.orig ) - @(cd ${WRKSRC}; ${SED} -e "s/#define CANNA/#undef CANNA/" config.h.orig > config.h ) -.endif @(cd ${WRKSRC}; ${LN} -s sys/bsd/Makefile . ) do-install: |