diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-18 08:01:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-18 08:01:25 +0000 |
commit | d293b9db160a0dfd0ea19dba7bf255144ce233ef (patch) | |
tree | bcfbaaae5da78fdc44756bf29594e15187268614 /audio/laudio | |
parent | - Update to 0.23 (diff) |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
Diffstat (limited to 'audio/laudio')
-rw-r--r-- | audio/laudio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/laudio/Makefile b/audio/laudio/Makefile index b4b8935c880d..32539cc7df9d 100644 --- a/audio/laudio/Makefile +++ b/audio/laudio/Makefile @@ -8,7 +8,7 @@ PORTNAME= laudio PORTVERSION= 0.4 CATEGORIES= audio linux -MASTER_SITES= http://www.lossless-audio.com/ CSME +MASTER_SITES= http://www.lossless-audio.com/ CENKES DISTNAME= la04 MAINTAINER= infofarmer@FreeBSD.org @@ -25,7 +25,7 @@ do-install: @${INSTALL_PROGRAM} ${WRKDIR}/la ${PREFIX}/bin/laudio @${BRANDELF} -t Linux ${PREFIX}/bin/laudio .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${INSTALL} -d ${DOCSDIR}/ @${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCSDIR} .endif |