aboutsummaryrefslogtreecommitdiff
path: root/math/surf/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-14 16:12:50 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-14 16:12:50 +0000
commit5146ca07b1bde76c1165e812a1634b989b950b72 (patch)
treeea860c8e0e7a322ef3cafb691972f91719754596 /math/surf/Makefile
parentb46d1b73152afed816172ad8807da6b439d7f981 (diff)
downloadports-5146ca07b1bde76c1165e812a1634b989b950b72.tar.gz
ports-5146ca07b1bde76c1165e812a1634b989b950b72.zip
- Update to 1.0.5
- Install additional documents PR: ports/101947 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Notes
Notes: svn path=/head/; revision=170606
Diffstat (limited to 'math/surf/Makefile')
-rw-r--r--math/surf/Makefile14
1 files changed, 12 insertions, 2 deletions
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 <bsd.port.mk>