diff options
Diffstat (limited to 'security/portsentry/Makefile')
-rw-r--r-- | security/portsentry/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/portsentry/Makefile b/security/portsentry/Makefile index 58d00ef5ad91..fa7180ad69c9 100644 --- a/security/portsentry/Makefile +++ b/security/portsentry/Makefile @@ -30,6 +30,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods ${WRKSRC}/README.stealth \ ${PREFIX}/share/doc/portsentry .endif - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |