diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-09 12:27:52 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-01-09 12:27:52 +0000 |
commit | c248d7bd2bb34a4d03cede5f4740217bdbf10d99 (patch) | |
tree | 00191f89788a2f10f2db7557e2a3b3d53d4d7dc3 /devel/cweb/Makefile | |
parent | c8926cf155d2b791519e8ff16108aed00d0d5aca (diff) |
Notes
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 |