diff options
Diffstat (limited to 'devel/cweb/Makefile')
-rw-r--r-- | devel/cweb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 2c8ec32a6f91..829b09720052 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cweb -PORTVERSION= 3.5 +PORTVERSION= 3.63 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= web/c_cpp/cweb @@ -17,11 +17,9 @@ NO_WRKSUBDIR= yes MAN1= cweb.1 pre-install: + @${MKDIR} ${PREFIX}/share/cweb @${MKDIR} ${PREFIX}/share/texmf/tex/generic/misc -post-install: - @${INSTALL_DATA} ${WRKDIR}/cwebmac-pdf.tex \ - ${PREFIX}/share/texmf/tex/generic/misc .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/cweb @${INSTALL_DATA} ${WRKDIR}/cwebman.tex ${PREFIX}/share/doc/cweb |