diff options
Diffstat (limited to 'devel/linux-understand_c/Makefile')
-rw-r--r-- | devel/linux-understand_c/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 106fc84..6c428fd 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -6,7 +6,7 @@ # PORTNAME= understand_c -PORTVERSION= 1.4.121 +PORTVERSION= 1.4.123 PORTEPOCH= 1 CATEGORIES= devel linux MASTER_SITES= http://www.scitools.com/ftp/pub/download/understand_c/%SUBDIR%/ @@ -89,9 +89,6 @@ do-install: fi ; \ done .endfor - @${MKDIR} ${PREFIX}/share/doc/understand_c/help - @${INSTALL_DATA} ${WRKSRC}/doc/manuals/help/keymappings.txt \ - ${PREFIX}/share/doc/understand_c/help @${MKDIR} ${PREFIX}/lib/understand_c/doc/manuals @${LN} -sf ${PREFIX}/share/doc/understand_c/html \ ${PREFIX}/lib/understand_c/doc/manuals/html |