diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-29 20:01:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-29 20:01:39 +0000 |
commit | 6ba32b931fe020ca75c016a303a4e7bed7d8b8c7 (patch) | |
tree | 21a11b7d303717122d00d6b310bbc58f11e89d57 /comms/hylafax | |
parent | Add mixer fix (diff) |
fix some pkg/MESSAGE stuff
Notes
Notes:
svn path=/head/; revision=25253
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |