summaryrefslogtreecommitdiffstats
path: root/textproc/tex2im
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-12-23 17:29:32 +0000
committerdirk <dirk@FreeBSD.org>2001-12-23 17:29:32 +0000
commit7fa80f33b6442a1608d5af83bd8f890a2b4fc280 (patch)
tree8b44598929d6d898e2ec4ebbb8d78b111daa49b1 /textproc/tex2im
parentb578453946a17ebc401fc0fb04bb6efe09addf60 (diff)
downloadFreeBSD-ports-7fa80f33b6442a1608d5af83bd8f890a2b4fc280.zip
FreeBSD-ports-7fa80f33b6442a1608d5af83bd8f890a2b4fc280.tar.gz
Properly install examples and thus unbreak make package.
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 763371a..11b718b 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>
OpenPOWER on IntegriCloud