summaryrefslogtreecommitdiff
path: root/lang/nhc98/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-03-25 15:06:02 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-03-25 15:06:02 +0000
commitf5b8ff300789dc8c0a5ed9b15eb04bf035db5ec8 (patch)
tree4865dcb8e3a0dd743ed98dc55ce3730e8d75f716 /lang/nhc98/Makefile
parentFix last commit (WITH_WINBIND). (diff)
Tarball has been rerolled. Developer added one tiny extra fix for Cygwin
configuration, and removed lots of files that belonged to the Hat project, which are no longer relevant to building nhc98. No functional change, so no need to bump PORTREVISION. Noticed by: Matthew Donadio <m.p.donadio@ieee.org>
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r--lang/nhc98/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile
index 6feef1f75b52..4e2f017fcfa4 100644
--- a/lang/nhc98/Makefile
+++ b/lang/nhc98/Makefile
@@ -64,10 +64,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/man/nhc98.1.fix ${PREFIX}/man/man1/nhc98.1
${RM} ${WRKSRC}/man/nhc98.1.fix
.if !defined(NOPORTDOCS)
-.for ending in aux log out toc
- ${RM} ${PREFIX}/share/doc/nhc98/hat/hatuser.${ending}
-.endfor
-.for directory in . bugs examples hat hmake implementation-notes libs
+.for directory in . bugs examples hmake implementation-notes libs
${RM} -r ${PREFIX}/share/doc/nhc98/${directory}/CVS
.endfor
.endif