From 6ba32b931fe020ca75c016a303a4e7bed7d8b8c7 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 29 Jan 2000 20:01:39 +0000 Subject: fix some pkg/MESSAGE stuff --- comms/hylafax/Makefile | 2 +- comms/snooper/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b85a9f7b3897..4491ef6d86c8 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -63,6 +63,6 @@ post-install: @if [ ! -f ${PREFIX}/etc/rc.d/hylafax.sh.sample ]; then \ ${CP} ${FILESDIR}/hylafax.sh.sample ${PREFIX}/etc/rc.d; \ fi - ${CAT} ${PKGDIR}/MESSAGE + ${CAT} ${PKGMESSAGE} .include 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 -- cgit v1.2.3