diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-05 07:18:12 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-05 07:18:12 +0800 |
commit | 0a7538617df4937d46312f11f9459f23cff3d2f6 (patch) | |
tree | 51b51f3d1aebc46249d1c502b6c26fac7af23a93 /x11-clocks | |
parent | b01db091858f26f371c88058c8afd927b6d482e3 (diff) | |
download | freebsd-ports-graphics-0a7538617df4937d46312f11f9459f23cff3d2f6.tar.gz freebsd-ports-graphics-0a7538617df4937d46312f11f9459f23cff3d2f6.tar.zst freebsd-ports-graphics-0a7538617df4937d46312f11f9459f23cff3d2f6.zip |
Remove NOPORTDOCS.
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 6 | ||||
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
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 <bsd.port.mk> 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 <bsd.port.mk> |