diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-03 04:29:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-03 04:29:19 +0000 |
commit | 5f2fa3cee806257e28a18838003152e6b7020c2a (patch) | |
tree | 7da121a30071f53829d923e3c199a12bec12c30f /devel/ocamlweb/Makefile | |
parent | Add ja-netypesv, Network Type Trainer sever program. (diff) |
o update to 1.0
o style fix: unecho commands on Makefile
o chase ocamlweb-man.ps.gz checksum on new version of the port
PR: 30152
Submitted by: MAINTAINER
Diffstat (limited to 'devel/ocamlweb/Makefile')
-rw-r--r-- | devel/ocamlweb/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/ocamlweb/Makefile b/devel/ocamlweb/Makefile index 3271593f29f7..4177302cdef1 100644 --- a/devel/ocamlweb/Makefile +++ b/devel/ocamlweb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ocamlweb -PORTVERSION= 0.9 +PORTVERSION= 1.0 CATEGORIES= devel MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} @@ -22,10 +22,12 @@ GNU_CONFIGURE= yes DOCFILES= ${PORTNAME}-man.ps.gz .endif +MAN1= ocamlweb.1 + post-install: .if !defined{NOPORTDOCS} - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_MAN} ${DISTDIR}/${PORTNAME}-man.ps.gz ${PREFIX}/share/doc/${PORTNAME} + @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + @${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-man.ps.gz ${DOCSDIR} .endif .include <bsd.port.mk> |