From 10493e1a1152eee2f9d06fa235ae8834fcd2e21d Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 23 Dec 2001 17:29:32 +0000 Subject: Properly install examples and thus unbreak make package. --- textproc/tex2im/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'textproc/tex2im') 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 -- cgit v1.2.3