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 /audio/xhippo | |
parent | 2513ff8cd6250bf414136fba3c2a3f8447cb52c3 (diff) | |
download | FreeBSD-ports-5eb0129990fe08b795ba3cda833f854ff813b43d.zip FreeBSD-ports-5eb0129990fe08b795ba3cda833f854ff813b43d.tar.gz |
fix some pkg/MESSAGE stuff
Diffstat (limited to 'audio/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 182b09c..e4c400b 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -28,6 +28,6 @@ post-install: fi ${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \ ${PREFIX}/etc/xhippo.config.default - @${CAT} ${PKGDIR}/MESSAGE + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |