diff options
author | mharo <mharo@FreeBSD.org> | 2000-01-30 04:01:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-01-30 04:01:39 +0800 |
commit | 5eb0129990fe08b795ba3cda833f854ff813b43d (patch) | |
tree | 7fd8bea52845058bab9caa0f4de28bd2dd9577bd /audio/cmp3 | |
parent | 2513ff8cd6250bf414136fba3c2a3f8447cb52c3 (diff) | |
download | freebsd-ports-gnome-5eb0129990fe08b795ba3cda833f854ff813b43d.tar.gz freebsd-ports-gnome-5eb0129990fe08b795ba3cda833f854ff813b43d.tar.zst freebsd-ports-gnome-5eb0129990fe08b795ba3cda833f854ff813b43d.zip |
fix some pkg/MESSAGE stuff
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> |