Remove NOPORTDOCS.

This commit is contained in:
Adam Weinberger 2014-07-04 23:18:12 +00:00
parent 6c12cc811b
commit 233ec73da5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360683
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>