diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-19 10:56:06 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-19 10:56:06 +0000 |
commit | f2dcc90a3060f2f5d0c12f1f6aa014c98a90bf3d (patch) | |
tree | 5fc7d9094af2f2bf048cb95adeb4286bd846c8f8 /devel/cweb/Makefile | |
parent | Fix MASTER_SITE. (diff) |
Upgrade to 3.5.
Notes
Notes:
svn path=/head/; revision=27745
Diffstat (limited to 'devel/cweb/Makefile')
-rw-r--r-- | devel/cweb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index ee8f2aa25799..edd27d169649 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -6,11 +6,10 @@ # PORTNAME= cweb -PORTVERSION= 3.41 +PORTVERSION= 3.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= web/c_cpp/cweb -DISTNAME= ${PORTNAME} MAINTAINER= tg@FreeBSD.org @@ -22,6 +21,8 @@ pre-install: @${MKDIR} ${PREFIX}/share/emacs/site-lisp 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 |