diff options
Diffstat (limited to 'devel/cweb/Makefile')
-rw-r--r-- | devel/cweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 1a66e52ce269..2c8ec32a6f91 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -26,6 +26,6 @@ post-install: @${MKDIR} ${PREFIX}/share/doc/cweb @${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${PREFIX}/share/doc/cweb .endif - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |