diff options
Diffstat (limited to 'net/vnc/Makefile')
-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 756b22e..a7c889d 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> |