diff options
author | mharo <mharo@FreeBSD.org> | 2000-01-29 20:01:39 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-01-29 20:01:39 +0000 |
commit | 5eb0129990fe08b795ba3cda833f854ff813b43d (patch) | |
tree | 7fd8bea52845058bab9caa0f4de28bd2dd9577bd /comms | |
parent | 2513ff8cd6250bf414136fba3c2a3f8447cb52c3 (diff) | |
download | FreeBSD-ports-5eb0129990fe08b795ba3cda833f854ff813b43d.zip FreeBSD-ports-5eb0129990fe08b795ba3cda833f854ff813b43d.tar.gz |
fix some pkg/MESSAGE stuff
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 2 | ||||
-rw-r--r-- | comms/snooper/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index b85a9f7..4491ef6 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 <bsd.port.mk> diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index e7104cc..db29d1e 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> |