summaryrefslogtreecommitdiff
path: root/textproc/tex2im
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-23 17:29:32 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-23 17:29:32 +0000
commit10493e1a1152eee2f9d06fa235ae8834fcd2e21d (patch)
tree5d2440be70d3026da7d63dd787a61193e89f0ddf /textproc/tex2im
parentFix plist. (diff)
Properly install examples and thus unbreak make package.
Notes
Notes: svn path=/head/; revision=52057
Diffstat (limited to 'textproc/tex2im')
-rw-r--r--textproc/tex2im/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/tex2im/Makefile b/textproc/tex2im/Makefile
index 763371a1ad42..11b718b0ed99 100644
--- a/textproc/tex2im/Makefile
+++ b/textproc/tex2im/Makefile
@@ -24,11 +24,9 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tex2im ${PREFIX}/bin
-
.if !defined(NOPORTDOCS)
-post-patch:
- @${MKDIR} ${EXAMPLESDIR}
- ${CP} -$ ${WRKSRC}/examples ${EXAMPLESDIR}
+ @${MKDIR} ${PREFIX}/share/examples/tex2im
+ ${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/tex2im
.endif
.include <bsd.port.mk>