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 /security | |
parent | f7f50cf4a0b1c91b9c7dfc5bf3edb9726822690d (diff) |
Notes
Diffstat (limited to 'security')
-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> |