diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:26:06 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:26:06 +0000 |
commit | 49bf36d52771ccccdeacb84f6e4f3406a8814618 (patch) | |
tree | bc69c025c1ff53d7dce410b1f29dea3232181f67 /audio/boodler | |
parent | 0b5b09713e8ecc1ea80101553be41f5e7f4fbd2a (diff) |
Notes
Diffstat (limited to 'audio/boodler')
-rw-r--r-- | audio/boodler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/boodler/Makefile b/audio/boodler/Makefile index b756bb256e2a..1a2e46271bf5 100644 --- a/audio/boodler/Makefile +++ b/audio/boodler/Makefile @@ -61,7 +61,7 @@ do-install: @${CHMOD} -R u+w,a+r,og-w ${WRKDIR}/boodler-snd @${FIND} ${WRKDIR}/boodler-snd -type d -print0 | ${XARGS} -0 ${CHMOD} 755 @cd ${WRKDIR} && ${CP} -pPR boodler/boodle boodler/effects boodler-snd ${BHOME} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} .endif |