diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 16:20:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 16:20:47 +0000 |
commit | c7e624b3210627ca07b51be84044b2e269762e53 (patch) | |
tree | 48fdd1f0d0902abb3a399e525fb6d85182e9d9ab /devel/dmalloc | |
parent | - Switch to options helpers (diff) |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
Diffstat (limited to 'devel/dmalloc')
-rw-r--r-- | devel/dmalloc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index e20a85755f06..9f3a05345e32 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -25,11 +25,7 @@ INSTALL_TARGET= install OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET+=installdocs -.endif +DOCS_INSTALL_TARGET= installdocs post-install: ${CHMOD} 755 ${STAGEDIR}${PREFIX}/bin/dmalloc |