diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-23 17:29:32 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-23 17:29:32 +0000 |
commit | 10493e1a1152eee2f9d06fa235ae8834fcd2e21d (patch) | |
tree | 5d2440be70d3026da7d63dd787a61193e89f0ddf | |
parent | 17ccc7122a6f88e2a55e5104e1d604d3fdf3c571 (diff) | |
download | ports-10493e1a1152eee2f9d06fa235ae8834fcd2e21d.tar.gz ports-10493e1a1152eee2f9d06fa235ae8834fcd2e21d.zip |
Notes
-rw-r--r-- | textproc/tex2im/Makefile | 6 |
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> |