aboutsummaryrefslogtreecommitdiff
path: root/audio
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
parent07fa0e520afe19db63f84ca49a1e41cadfd7c357 (diff)
downloadports-edfe02187dbdb0234eac40759d2c99ba2538f059.tar.gz
ports-edfe02187dbdb0234eac40759d2c99ba2538f059.zip
Notes
Diffstat (limited to 'audio')
-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>