diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 15:46:33 +0000 |
commit | a184c45d888b08705aba2772752f4edf1cde7ad1 (patch) | |
tree | 4d1d884fe35e78216fd1cc2704789c93f36dfb94 /editors/nvi-m17n/Makefile | |
parent | 42b0e4e52c5005439991b8dfbc0d9971dbc9ef5e (diff) | |
download | pkgsrc-a184c45d888b08705aba2772752f4edf1cde7ad1.tar.gz |
'You can use "foo" instead of "${WRKSRC}/foo".'
Diffstat (limited to 'editors/nvi-m17n/Makefile')
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 776941ddd66..9542430cd49 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2012/10/03 21:55:58 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2013/04/06 15:46:36 rodent Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040608 @@ -14,7 +14,7 @@ COMMENT= Clone of vi/ex, with multilingual patch CONFLICTS= vigor-[0-9]* nvi-[0-9]* -CONFIGURE_DIRS= ${WRKSRC}/build +CONFIGURE_DIRS= build GNU_CONFIGURE= YES PATCH_DIST_ARGS+= -d ${WRKSRC} --forward --quiet -E -f |