From 0a7538617df4937d46312f11f9459f23cff3d2f6 Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 4 Jul 2014 23:18:12 +0000 Subject: Remove NOPORTDOCS. --- x11-clocks/mouseclock/Makefile | 6 +++--- x11-clocks/wmtimer/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-clocks') diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index def70a5ec46..c11588ea3d5 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 diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index 5c286c59763..12535ea068c 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 -- cgit