aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2012-07-19 04:18:09 +0800
committernivit <nivit@FreeBSD.org>2012-07-19 04:18:09 +0800
commite73b049755ab469829af1f219abfe8937c8c3f5d (patch)
tree13bebcdf8c1036ca7ce0a04efd68718bd316705e
parent6584eeced15a8e657531880ae93fa8c777bcf995 (diff)
downloadfreebsd-ports-gnome-e73b049755ab469829af1f219abfe8937c8c3f5d.tar.gz
freebsd-ports-gnome-e73b049755ab469829af1f219abfe8937c8c3f5d.tar.zst
freebsd-ports-gnome-e73b049755ab469829af1f219abfe8937c8c3f5d.zip
- Fix installation of docs
- Bump PORTREVISION Buildlog: http://goo.gl/I2ixj Reported by: pointyhat (via beat)
-rw-r--r--audio/sonata/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sonata/Makefile b/audio/sonata/Makefile
index 8e7a79896b65..f9f7710bd2a1 100644
--- a/audio/sonata/Makefile
+++ b/audio/sonata/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sonata
PORTVERSION= 1.6.2.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio python
MASTER_SITES= http://codingteam.net/project/sonata/upload/releases/
@@ -47,7 +47,7 @@ MAN1= ${PORTNAME}.1
MAKE_ENV= NO_INSTALL_MANPAGES=${NO_INSTALL_MANPAGES}
.endif
-.if ${PORT_OPTIONS:MDOCS}
+.if !${PORT_OPTIONS:MDOCS}
MAKE_ENV+= NOPORTDOCS=${NOPORTDOCS}
.endif