summaryrefslogtreecommitdiff
path: root/audio/juke
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-21 09:49:55 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-21 09:49:55 +0000
commitedfe02187dbdb0234eac40759d2c99ba2538f059 (patch)
tree6b54898239bc0a680a2c90a25e7dcbb61641736c /audio/juke
parentUpdate to 1.3.0. Give this port a MAINTAINER. (diff)
Add manpage (bump PORTREVISION). Fix broken ${PKGMESSAGE} usage.
PR: 23657 (manpage) Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net>
Notes
Notes: svn path=/head/; revision=36186
Diffstat (limited to 'audio/juke')
-rw-r--r--audio/juke/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/juke/Makefile b/audio/juke/Makefile
index 0efa97dc2fd6..65946181ba86 100644
--- a/audio/juke/Makefile
+++ b/audio/juke/Makefile
@@ -7,17 +7,18 @@
PORTNAME= juke
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.nocrew.org/software/juke/archive/
MAINTAINER= oyvindmo@initio.no
GNU_CONFIGURE= yes
-PKGMESSAGE= ${WRKSRC}/MESSAGE
+
+MAN1= juke.1
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
- @${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/pkg-message > ${WRKSRC}/MESSAGE
- @${CAT} ${PKGMESSAGE}
+ @${SED} 's,PREFIX,${PREFIX},' ${PKGMESSAGE}
.include <bsd.port.mk>