aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:18:12 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:18:12 +0000
commit233ec73da539b628b6303382a798eb5b64c05a7d (patch)
tree51b51f3d1aebc46249d1c502b6c26fac7af23a93 /x11-clocks
parent6c12cc811bf13fbfef1176292f5cfde7e1ab70c1 (diff)
downloadports-233ec73da539b628b6303382a798eb5b64c05a7d.tar.gz
ports-233ec73da539b628b6303382a798eb5b64c05a7d.zip
Remove NOPORTDOCS.
Notes
Notes: svn path=/head/; revision=360683
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/mouseclock/Makefile6
-rw-r--r--x11-clocks/wmtimer/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile
index def70a5ec464..c11588ea3d56 100644
--- a/x11-clocks/mouseclock/Makefile
+++ b/x11-clocks/mouseclock/Makefile
@@ -14,10 +14,10 @@ COMMENT= Display the current time using the X root cursor
USES= imake:notall
USE_XORG= x11
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile
index 5c286c59763e..12535ea068cd 100644
--- a/x11-clocks/wmtimer/Makefile
+++ b/x11-clocks/wmtimer/Makefile
@@ -23,11 +23,11 @@ USE_GNOME= gtk20
MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
+OPTIONS_DEFINE= DOCS
+
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmtimer ${STAGEDIR}${PREFIX}/bin
-.ifndef(NOPORTDOCS)
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>