aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2002-10-31 05:28:22 +0800
committeradamw <adamw@FreeBSD.org>2002-10-31 05:28:22 +0800
commit889aa66d7816ceaecae00b2f0ce85a5a96e5d62c (patch)
tree1fa41f190259f34f31ed7d5a61da748dbf68cda3 /audio
parent1d09be2f5d55bab7c0888802cbb62dfb46221492 (diff)
downloadfreebsd-ports-gnome-889aa66d7816ceaecae00b2f0ce85a5a96e5d62c.tar.gz
freebsd-ports-gnome-889aa66d7816ceaecae00b2f0ce85a5a96e5d62c.tar.zst
freebsd-ports-gnome-889aa66d7816ceaecae00b2f0ce85a5a96e5d62c.zip
Fix WRKSRC definition to a valid directory name, use the MANx
definitions (and remove manpages from pkg-plist), make the build option notice appear only when not already specified, and a little formatting fix. Reviewed by: Munish Chopra <mchopra@engmail.uwaterloo.ca> (maintainer) Approved by: pat
Diffstat (limited to 'audio')
-rw-r--r--audio/abcde/Makefile9
-rw-r--r--audio/abcde/pkg-plist2
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index f08b04e36f07..30eed7798ffd 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -17,20 +17,21 @@ MAINTAINER= mchopra@engmail.uwaterloo.ca
RUN_DEPENDS= cd-discid:${PORTSDIR}/audio/cd-discid \
dagrab:${PORTSDIR}/audio/dagrab \
id3v2:${PORTSDIR}/audio/id3v2 \
- oggenc:${PORTSDIR}/audio/vorbis-tools \
+ oggenc:${PORTSDIR}/audio/vorbis-tools
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAN1= abcde.1 cddb-tool.1
.if defined(WITH_CDDA2WAV)
RUN_DEPENDS+= cdda2wav:${PORTSDIR}/sysutils/cdrtools
-.endif
-
+.else
pre-fetch:
@${ECHO_MSG} ""
@${ECHO_MSG} "You may use the following build option:"
@${ECHO_MSG} "WITH_CDDA2WAV=yes enable support for cdda2wav"
@${ECHO_MSG} ""
+.endif
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/abcde ${PREFIX}/bin
diff --git a/audio/abcde/pkg-plist b/audio/abcde/pkg-plist
index de48ca1d5fd1..af727dc9ca85 100644
--- a/audio/abcde/pkg-plist
+++ b/audio/abcde/pkg-plist
@@ -1,5 +1,3 @@
bin/abcde
bin/cddb-tool
etc/abcde.conf
-man/man1/abcde.1
-man/man1/cddb-tool.1