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 /audio/cdrdao | |
parent | Add mixer fix (diff) |
fix some pkg/MESSAGE stuff
Notes
Notes:
svn path=/head/; revision=25253
Diffstat (limited to 'audio/cdrdao')
-rw-r--r-- | audio/cdrdao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile index d038ffe92dd3..0984c59e05ec 100644 --- a/audio/cdrdao/Makefile +++ b/audio/cdrdao/Makefile @@ -77,6 +77,6 @@ post-install: Release-1.1.0 Release-1.1.2 Release-1.1.3 @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/cdrdao/ .endfor - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |