diff options
-rw-r--r-- | sysutils/gapcmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 966603e350ee..302f958c19c5 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -36,6 +36,6 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif - @${CAT} pkg-message + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |