Date: Tue, 17 May 2016 17:51:03 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415398 - head/editors/vile Message-ID: <201605171751.u4HHp3OG025689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue May 17 17:51:03 2016 New Revision: 415398 URL: https://svnweb.freebsd.org/changeset/ports/415398 Log: Don't set an empty PATCHFILES, it makes not sense. Sponsored by: Absolight Modified: head/editors/vile/Makefile Modified: head/editors/vile/Makefile ============================================================================== --- head/editors/vile/Makefile Tue May 17 17:38:12 2016 (r415397) +++ head/editors/vile/Makefile Tue May 17 17:51:03 2016 (r415398) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://dickey.his.com/vile/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605171751.u4HHp3OG025689>