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/flite | |
parent | 0b5b09713e8ecc1ea80101553be41f5e7f4fbd2a (diff) | |
download | ports-49bf36d52771ccccdeacb84f6e4f3406a8814618.tar.gz ports-49bf36d52771ccccdeacb84f6e4f3406a8814618.zip |
Notes
Diffstat (limited to 'audio/flite')
-rw-r--r-- | audio/flite/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 012125382e72..ee290d59ee2e 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -21,10 +21,12 @@ MAKE_JOBS_UNSAFE= yes CFLAGS:= ${CFLAGS:N-O:N-O[0123456789]} -O0 +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e 's|-pd|-p|g' ${WRKSRC}/main/Makefile -.ifndef NOPORTDOCS +.if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR}/ ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}/ |