aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2005-11-29 08:46:13 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2005-11-29 08:46:13 +0000
commit4bfdd6f32bcd1fb15e0950040183004a3f1da5c0 (patch)
treeb20ee8e1c246f5d4a115f2f8e6aa23170ead97b1 /security
parentf7f50cf4a0b1c91b9c7dfc5bf3edb9726822690d (diff)
downloadports-4bfdd6f32bcd1fb15e0950040183004a3f1da5c0.tar.gz
ports-4bfdd6f32bcd1fb15e0950040183004a3f1da5c0.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/Makefile4
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>