aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tkp4/Makefile
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-05-18 04:05:59 +0800
committermi <mi@FreeBSD.org>2002-05-18 04:05:59 +0800
commit5882f7964c12a1bf20573f0aaa5013b886af9334 (patch)
tree522ff522305516d80710422824146c6ba737b39a /devel/tkp4/Makefile
parent34227f963b6291e2fb3fd2bd555ebc156f1d0642 (diff)
downloadfreebsd-ports-gnome-5882f7964c12a1bf20573f0aaa5013b886af9334.tar.gz
freebsd-ports-gnome-5882f7964c12a1bf20573f0aaa5013b886af9334.tar.zst
freebsd-ports-gnome-5882f7964c12a1bf20573f0aaa5013b886af9334.zip
Tkp4 lets you read its documentation at run time. Patch it to find in
the doc directory and unconditionalize document install -- so the texts are found even in the case of NOPORTDOCS. Not bumping the REVISION, since so little time elapsed since this port's appearance.
Diffstat (limited to 'devel/tkp4/Makefile')
-rw-r--r--devel/tkp4/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/tkp4/Makefile b/devel/tkp4/Makefile
index 21b03fff99bb..d23260cf7a94 100644
--- a/devel/tkp4/Makefile
+++ b/devel/tkp4/Makefile
@@ -20,13 +20,9 @@ do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.tcl ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/tkp4 ${PREFIX}/bin
-.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/[A-Z]* ${DOCSDIR}
-.else
-
-PKGNAMESUFFIX= -nodocs
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/P4WINdifferences \
+ ${WRKSRC}/UsingTkP4 ${DOCSDIR}
.include <bsd.port.pre.mk>