diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-11-29 08:46:13 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-11-29 08:46:13 +0000 |
commit | 4bfdd6f32bcd1fb15e0950040183004a3f1da5c0 (patch) | |
tree | b20ee8e1c246f5d4a115f2f8e6aa23170ead97b1 | |
parent | Mark flyspar 0.9.8 as fixed wrt. "flyspray -- cross-site scripting (diff) |
Backup rev 1.9 which should not have been committed since it was just my
local hack.
Note to self: Do not commit before having at least two cups of coffee.
Pointy hat to: simon
-rw-r--r-- | security/vuxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index af967f879f5e..172dd2123393 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -80,7 +80,7 @@ validate: tidy: @${SH} ${FILESDIR}/tidy.sh "${FILESDIR}/tidy.xsl" "${VUXML_FILE}" -add newentry: - @env EDITOR="/usr/bin/true" ${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" +newentry: + @${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" .include <bsd.port.mk> |