aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-24 01:29:32 +0800
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-24 01:29:32 +0800
commit10493e1a1152eee2f9d06fa235ae8834fcd2e21d (patch)
tree5d2440be70d3026da7d63dd787a61193e89f0ddf /textproc
parent17ccc7122a6f88e2a55e5104e1d604d3fdf3c571 (diff)
downloadfreebsd-ports-10493e1a1152eee2f9d06fa235ae8834fcd2e21d.tar.gz
freebsd-ports-10493e1a1152eee2f9d06fa235ae8834fcd2e21d.tar.zst
freebsd-ports-10493e1a1152eee2f9d06fa235ae8834fcd2e21d.zip
Properly install examples and thus unbreak make package.
Notes
Notes: svn path=/head/; revision=52057
Diffstat (limited to 'textproc')
-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>