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/cmp3 | |
parent | Add mixer fix (diff) |
fix some pkg/MESSAGE stuff
Notes
Notes:
svn path=/head/; revision=25253
Diffstat (limited to 'audio/cmp3')
-rw-r--r-- | audio/cmp3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index bf1dbd3d770a..cb867e664748 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -29,9 +29,7 @@ do-install: .endif post-install: -.if !defined(NOPORTDOCS) @${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE - @${CAT} ${WRKSRC}/MESSAGE -.endif + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |