aboutsummaryrefslogtreecommitdiffstats
path: root/comms/snooper/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-30 04:01:39 +0800
committermharo <mharo@FreeBSD.org>2000-01-30 04:01:39 +0800
commit5eb0129990fe08b795ba3cda833f854ff813b43d (patch)
tree7fd8bea52845058bab9caa0f4de28bd2dd9577bd /comms/snooper/Makefile
parent2513ff8cd6250bf414136fba3c2a3f8447cb52c3 (diff)
downloadfreebsd-ports-gnome-5eb0129990fe08b795ba3cda833f854ff813b43d.tar.gz
freebsd-ports-gnome-5eb0129990fe08b795ba3cda833f854ff813b43d.tar.zst
freebsd-ports-gnome-5eb0129990fe08b795ba3cda833f854ff813b43d.zip
fix some pkg/MESSAGE stuff
Diffstat (limited to 'comms/snooper/Makefile')
-rw-r--r--comms/snooper/Makefile2
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>