diff options
author | dholland <dholland> | 2015-12-29 04:22:50 +0000 |
---|---|---|
committer | dholland <dholland> | 2015-12-29 04:22:50 +0000 |
commit | dcf715d54015651ce67d3e3488cf603cb322db39 (patch) | |
tree | 6ef4917c3f517e490037fc4844e505040656ce60 /editors/elvis-x11 | |
parent | 347dbc15c04de73000871581e4b71a6aee4177b4 (diff) | |
download | pkgsrc-dcf715d54015651ce67d3e3488cf603cb322db39.tar.gz |
pkglint
Diffstat (limited to 'editors/elvis-x11')
-rw-r--r-- | editors/elvis-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/elvis-x11/Makefile b/editors/elvis-x11/Makefile index bb696e3cea0..a4ae6e88a67 100644 --- a/editors/elvis-x11/Makefile +++ b/editors/elvis-x11/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2013/04/06 03:45:12 rodent Exp $ +# $NetBSD: Makefile,v 1.18 2015/12/29 04:22:50 dholland Exp $ PKGNAME= ${PKGNAME_BASE:S/-/-x11-/} COMMENT= Clone of vi with regex-search, hex-edit, HTML/LaTeX preview (X11) -FILESDIR= ${.CURDIR}/../../editors/elvis/files +#FILESDIR= ${.CURDIR}/../../editors/elvis/files PATCHDIR= ${.CURDIR}/../../editors/elvis/patches PKGDIR= ${.CURDIR}/../../editors/elvis |