diff options
author | simon <simon@FreeBSD.org> | 2005-11-29 16:46:13 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-11-29 16:46:13 +0800 |
commit | fd54c579425d7fa02d2729f8b8b47d0426c30591 (patch) | |
tree | 5a59564587f083be823ab8cc7316373d4f7b33eb /security | |
parent | 29ec77c2e254961e2e103e03ca140a30b6f10e47 (diff) | |
download | freebsd-ports-gnome-fd54c579425d7fa02d2729f8b8b47d0426c30591.tar.gz freebsd-ports-gnome-fd54c579425d7fa02d2729f8b8b47d0426c30591.tar.zst freebsd-ports-gnome-fd54c579425d7fa02d2729f8b8b47d0426c30591.zip |
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
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> |