diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-31 22:25:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-31 22:25:11 +0800 |
commit | 837855c5ce514729b9f7bd8646bce1acf4fb43d5 (patch) | |
tree | 3fe303e10039833cfc0ca8279f45850d5f2d3b6c | |
parent | 06fe1ac9cdd3b4d5f2c67e89b5cc86d7c443425c (diff) | |
download | freebsd-ports-gnome-837855c5ce514729b9f7bd8646bce1acf4fb43d5.tar.gz freebsd-ports-gnome-837855c5ce514729b9f7bd8646bce1acf4fb43d5.tar.zst freebsd-ports-gnome-837855c5ce514729b9f7bd8646bce1acf4fb43d5.zip |
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
-rw-r--r-- | audio/calf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/calf/Makefile b/audio/calf/Makefile index cd39be63e2f9..b7e63f8e5010 100644 --- a/audio/calf/Makefile +++ b/audio/calf/Makefile @@ -60,7 +60,7 @@ post-patch: ${WRKSRC}/Makefile.in post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-data-local) .endif |