diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-12-07 14:16:49 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-12-07 14:16:49 +0000 |
commit | 0be62b3b77c0f5d1af2f9f0af56717f81b6de150 (patch) | |
tree | 84ade9a348765800deab71b2fd464900211d69ae /editors | |
parent | ff48be9ed02cbf4371ca927ea43a54379fbd246b (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-m17n/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 47e73372361e..e869aa3dac19 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -17,6 +17,8 @@ PATCHFILES= nvi-m17n-1.79-20040608.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= Clone of vi/ex, with multilingual patch, no default settings +LICENSE= BSD4CLAUSE + PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0 -f WRKSRC= ${WRKDIR}/${DISTNAME}/build |