diff options
Diffstat (limited to 'x11-toolkits/v/Makefile')
-rw-r--r-- | x11-toolkits/v/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index 08e11af75371..9f566ad7398d 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -41,6 +41,6 @@ post-install: find ${PREFIX}/share/doc/v -type f -exec ${CHMOD} 644 {} \; @${ECHO_MSG} "==> Extra docs installed. Note, you will need *tex to read 'em." .endif - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |