diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:48:57 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:48:57 +0000 |
commit | 897d06aa9731645e0a7fa7c315028dcdbfa3c798 (patch) | |
tree | 485cefa9621a788f5d27ac4dcab7fc6aa9843be6 /net/vnc | |
parent | c982f5faf1c27ba011ef14e71aadc2182660d704 (diff) |
Notes
Diffstat (limited to 'net/vnc')
-rw-r--r-- | net/vnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile index 756b22e957b7..a7c889d71528 100644 --- a/net/vnc/Makefile +++ b/net/vnc/Makefile @@ -52,6 +52,6 @@ post-install: # Add to PLIST because VNC developers can't/won't freeze their doc # distfile. (cd ${PREFIX}; ls share/doc/vnc/* >> ${TMPPLIST}) - ${ECHO} '@dirrm share/doc/vnc' >> ${TMPPLIST} + ${ECHO_CMD} '@dirrm share/doc/vnc' >> ${TMPPLIST} .endif .include <bsd.port.mk> |