aboutsummaryrefslogtreecommitdiff
path: root/devel/t1lib/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-14 18:49:24 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-14 18:49:24 +0000
commit2e20ed8a84a59d6dd131bce904ec622d775036a5 (patch)
tree00674b470b61ab93b09a05bf6da7c01a56248d78 /devel/t1lib/Makefile
parentfd135a4a2a55b158aa58850b6c936e65e5abf4e2 (diff)
Notes
Diffstat (limited to 'devel/t1lib/Makefile')
-rw-r--r--devel/t1lib/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/t1lib/Makefile b/devel/t1lib/Makefile
index 6f01ebdb4015..05e819e6130a 100644
--- a/devel/t1lib/Makefile
+++ b/devel/t1lib/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= t1lib
-PORTVERSION= 5.0.1
+PORTVERSION= 5.0.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= libs/graphics
@@ -17,6 +17,7 @@ COMMENT= A Type 1 Rasterizer Library for UNIX/X11
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
+ALL_TARGET= without_doc
INSTALLS_SHLIB= yes
.if !defined(WITHOUT_X11)
@@ -28,11 +29,10 @@ CONFIGURE_ARGS+= --without-x
PLIST_SUB+= X11="@comment "
.endif
-# DOCS depends on LaTeX and LaTeX-babel module
-#.if defined(NOPORTDOCS)
-ALL_TARGET= without_doc
-#.else
-#BUILD_DEPEND+= ${LOCALBASE}/bin/latex:${PORTSDIR}/print/latex
-#.endif
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/t1lib_doc.pdf ${DOCSDIR}
+.endif
.include <bsd.port.mk>