mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
This commit is contained in:
parent
919b14f283
commit
5f2fa3cee8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47341
@ -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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (ocamlweb-0.9.tar.gz) = 1c6c0b307b6cf5e840c7255cdb6bd322
|
||||
MD5 (ocamlweb-man.ps.gz) = 41731901a88d410a3d95593602a5677f
|
||||
MD5 (ocamlweb-1.0.tar.gz) = 8ae28d395a1efc0f1a79a02ecf2f35c9
|
||||
MD5 (ocamlweb-man.ps.gz) = 9d7d14366cf8df05a412222470dc22b1
|
||||
|
Loading…
Reference in New Issue
Block a user