aboutsummaryrefslogtreecommitdiff
path: root/x11/yalias
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:16:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:16:47 +0000
commit6c12cc811bf13fbfef1176292f5cfde7e1ab70c1 (patch)
tree0b6089a64be7315bc7959955157117b4bc177226 /x11/yalias
parent77af2be638fd0c40dc083c52edf61de36df342db (diff)
downloadports-6c12cc811bf13fbfef1176292f5cfde7e1ab70c1.tar.gz
ports-6c12cc811bf13fbfef1176292f5cfde7e1ab70c1.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Notes
Notes: svn path=/head/; revision=360682
Diffstat (limited to 'x11/yalias')
-rw-r--r--x11/yalias/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/yalias/Makefile b/x11/yalias/Makefile
index 4ea2ca8fc130..8bd65e19be75 100644
--- a/x11/yalias/Makefile
+++ b/x11/yalias/Makefile
@@ -17,10 +17,10 @@ USE_GNOME= gtk20
ALL_TARGET= yalias
MAKE_ARGS= prefix=${PREFIX} YALIASDIR=${DATADIR}
-.ifndef(NOPORTDOCS)
+OPTIONS_DEFINE= DOCS
+
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>