From 5146ca07b1bde76c1165e812a1634b989b950b72 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Mon, 14 Aug 2006 16:12:50 +0000 Subject: - Update to 1.0.5 - Install additional documents PR: ports/101947 Submitted by: Stanislav Sedov --- math/surf/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'math/surf/Makefile') diff --git a/math/surf/Makefile b/math/surf/Makefile index 9beb33eac625..7d190429f9a7 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -7,8 +7,8 @@ # PORTNAME= surf -PORTVERSION= 1.0.4 -PORTREVISION= 3 +PORTVERSION= 1.0.5 +PORTREVISION= 0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,4 +27,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= surf.1 +.if !defined(NOPORTDOCS) +PORTDOCS= manual.sgml +.endif + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR} +.endif + .include -- cgit v1.2.3