aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rname
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-28 21:39:56 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-28 21:39:56 +0800
commit80986f3bba5207fadfa3c154807c2bd35fc4fe43 (patch)
tree30df43bd9eff2c4d3d713edce11d9d1da280e753 /misc/rname
parent107a7c671373ca4fc49013600186b99151a35dd1 (diff)
downloadfreebsd-ports-graphics-80986f3bba5207fadfa3c154807c2bd35fc4fe43.tar.gz
freebsd-ports-graphics-80986f3bba5207fadfa3c154807c2bd35fc4fe43.tar.zst
freebsd-ports-graphics-80986f3bba5207fadfa3c154807c2bd35fc4fe43.zip
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket
Diffstat (limited to 'misc/rname')
-rw-r--r--misc/rname/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/rname/Makefile b/misc/rname/Makefile
index f4214a4c27f..019da748f39 100644
--- a/misc/rname/Makefile
+++ b/misc/rname/Makefile
@@ -15,10 +15,6 @@ USES= gmake
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-INSTALL_TARGET= install install-doc
-.endif
+DOCS_INSTALL_TARGET= install install-doc
.include <bsd.port.mk>