1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add manpage (bump PORTREVISION). Fix broken ${PKGMESSAGE} usage.

PR:		23657 (manpage)
Submitted by:	David W. Chapman, Jr. <dwcjr@inethouston.net>
This commit is contained in:
Will Andrews 2000-12-21 09:49:55 +00:00
parent 07fa0e520a
commit edfe02187d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36186

View File

@ -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>