summaryrefslogtreecommitdiff
path: root/deskutils/hot-babe
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 21:54:14 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 21:54:14 +0000
commit01da1d3d6cf30b21f44b8cdec6111c1581fdb020 (patch)
treeab5ce506e32784d5c0f435c1e3d56915f38eba14 /deskutils/hot-babe
parentNuke NOPORTDOCS. While, here, correct a couple offenders who label examples (diff)
Nuke NOPORTDOCS. Convert a couple WITH_foo's to OPTIONS.
Notes
Notes: svn path=/head/; revision=360464
Diffstat (limited to 'deskutils/hot-babe')
-rw-r--r--deskutils/hot-babe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/hot-babe/Makefile b/deskutils/hot-babe/Makefile
index 9f89a270d64a..bf52d815b924 100644
--- a/deskutils/hot-babe/Makefile
+++ b/deskutils/hot-babe/Makefile
@@ -18,6 +18,8 @@ USE_GNOME= gtk20
PORTDOCS= ChangeLog NEWS TODO LICENSE CONTRIBUTORS copyright config.example
+OPTIONS_DEFINE= DOCS
+
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "Warning! This port contains some adults only content."
@@ -26,11 +28,9 @@ pre-everything::
post-install:
${INSTALL_MAN} ${WRKSRC}/hot-babe.1 ${STAGEDIR}${PREFIX}/man/man1
-.ifndef (NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>