diff options
Diffstat (limited to 'comms/snooper/Makefile')
-rw-r--r-- | comms/snooper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index e7104cc54d7e..db29d1e12d5b 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -19,6 +19,6 @@ HAS_CONFIGURE= yes post-install: ${MKDIR} ${PREFIX}/share/doc/snooper ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper - ${CAT} ${PKGDIR}/MESSAGE + ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |