diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-07-11 02:42:13 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-07-11 02:42:13 +0800 |
commit | 12cb0e3070099ea6294c58ba505ab2789aca3222 (patch) | |
tree | 488180b939eb560a6e9055ae37d4b0e2b107293e /audio/alac/Makefile | |
parent | 31ee9effa93f040f9ccc958d520828dec012ed2d (diff) | |
download | freebsd-ports-graphics-12cb0e3070099ea6294c58ba505ab2789aca3222.tar.gz freebsd-ports-graphics-12cb0e3070099ea6294c58ba505ab2789aca3222.tar.zst freebsd-ports-graphics-12cb0e3070099ea6294c58ba505ab2789aca3222.zip |
- s/WITHOUT_PORTDOCS/NOPORTDOCS/ to fix plist
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer timeout on BotMail
Diffstat (limited to 'audio/alac/Makefile')
-rw-r--r-- | audio/alac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile index c0b330c3717..7ee2a863904 100644 --- a/audio/alac/Makefile +++ b/audio/alac/Makefile @@ -7,6 +7,7 @@ PORTNAME= alac PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://crazney.net/programs/itunes/files/ DISTNAME= ${PORTNAME}_decoder-${PORTVERSION} @@ -30,7 +31,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/alac ${PREFIX}/bin/ -.if !defined(WITHOUT_PORTDOCS) +.if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |