mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fixed illegal fetchcommand.
Noticed by: kris@
This commit is contained in:
parent
db4cea1f40
commit
d3463e919d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75677
2 changed files with 20 additions and 17 deletions
|
@ -8,7 +8,10 @@
|
|||
PORTNAME= mp3c
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/
|
||||
MASTER_SITES= ftp://excelsior.kullen.rwth-aachen.de/pub/linux/wspse/:src \
|
||||
http://www.cobweb.nl/wiebel/:script
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:src \
|
||||
cdrip.sh:script
|
||||
|
||||
MAINTAINER= wiebel@FreeBSD.nl
|
||||
|
||||
|
@ -23,7 +26,6 @@ MAN1= mp3c.1
|
|||
MANCOMPRESSED= no
|
||||
|
||||
post-install:
|
||||
${FETCH_CMD} -o ${LOCALBASE}/bin/cdrip.sh http://www.cobweb.nl/wiebel/cdrip.sh
|
||||
${CHMOD} +x ${LOCALBASE}/bin/cdrip.sh
|
||||
${INSTALL_SCRIPT} ${DISTDIR}/cdrip.sh ${LOCALBASE}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (mp3c-0.27.tar.gz) = 6afabf4c266effa498cd0bd7d25063c9
|
||||
MD5 (cdrip.sh) = f124ab1fbf4a6714457f9b238e80945e
|
||||
|
|
Loading…
Add table
Reference in a new issue