diff options
author | sat <sat@FreeBSD.org> | 2007-04-18 16:01:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-18 16:01:25 +0800 |
commit | 65a7cae9d005b7215c0b27ebf0652aeebecd4612 (patch) | |
tree | 0d39bbb986b86d4050ce76e3e4c6848df2ca9494 /audio/laudio | |
parent | 41e8cad470bf2e07754be583a977377ed8a5966d (diff) | |
download | freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.gz freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.tar.zst freebsd-ports-gnome-65a7cae9d005b7215c0b27ebf0652aeebecd4612.zip |
- 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 |