aboutsummaryrefslogtreecommitdiff
path: root/editors/vile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-05-17 17:51:03 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-05-17 17:51:03 +0000
commit7f833f40cf89686b23201362265970006fd27f00 (patch)
tree31b336bf0deeedcb05d463a83a2e1bbf72343cff /editors/vile
parent542690dc6bfff9d28e04325799d484ac0d30b653 (diff)
downloadports-7f833f40cf89686b23201362265970006fd27f00.tar.gz
ports-7f833f40cf89686b23201362265970006fd27f00.zip
Don't set an empty PATCHFILES, it makes not sense.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=415398
Diffstat (limited to 'editors/vile')
-rw-r--r--editors/vile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 0741ef72cd74..b64f97bbb346 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= ftp://dickey.his.com/vile/current/ \
http://invisible-mirror.net/archives/vile/current/
PATCH_SITES= ${MASTER_SITES:S,vile/current/,vile/patches/,g}
-PATCHFILES= # none
+#PATCHFILES=
MAINTAINER= ports@FreeBSD.org
COMMENT= VI Like Emacs -- console version