diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-14 16:12:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-14 16:12:50 +0000 |
commit | 5146ca07b1bde76c1165e812a1634b989b950b72 (patch) | |
tree | ea860c8e0e7a322ef3cafb691972f91719754596 /math/surf/Makefile | |
parent | b46d1b73152afed816172ad8807da6b439d7f981 (diff) |
Notes
Diffstat (limited to 'math/surf/Makefile')
-rw-r--r-- | math/surf/Makefile | 14 |
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> |