diff options
author | obraun <obraun@FreeBSD.org> | 2003-03-25 23:06:02 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-03-25 23:06:02 +0800 |
commit | 0822f317c7770e425a1fd8b097922dac0b25faf1 (patch) | |
tree | e2456aad2d9e0fce4c89395c23e2c66691a50f4f /lang/nhc98/Makefile | |
parent | f99621171f97f3f16e7f69a3b61b200d0017d1e0 (diff) | |
download | freebsd-ports-gnome-0822f317c7770e425a1fd8b097922dac0b25faf1.tar.gz freebsd-ports-gnome-0822f317c7770e425a1fd8b097922dac0b25faf1.tar.zst freebsd-ports-gnome-0822f317c7770e425a1fd8b097922dac0b25faf1.zip |
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/Makefile | 5 |
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 |