summaryrefslogtreecommitdiff
path: root/audio/juke
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-29 20:01:39 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-29 20:01:39 +0000
commit6ba32b931fe020ca75c016a303a4e7bed7d8b8c7 (patch)
tree21a11b7d303717122d00d6b310bbc58f11e89d57 /audio/juke
parentAdd mixer fix (diff)
fix some pkg/MESSAGE stuff
Notes
Notes: svn path=/head/; revision=25253
Diffstat (limited to 'audio/juke')
-rw-r--r--audio/juke/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/juke/Makefile b/audio/juke/Makefile
index af0975790594..fb1ef289b754 100644
--- a/audio/juke/Makefile
+++ b/audio/juke/Makefile
@@ -13,10 +13,11 @@ MASTER_SITES= http://www.nocrew.org/software/juke/archive/
MAINTAINER= oyvindmo@initio.no
GNU_CONFIGURE= yes
+PKGMESSAGE= ${WRKSRC}/MESSAGE
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
@${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE
- @${CAT} ${WRKSRC}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>