diff options
Diffstat (limited to 'print/ghostscript8-base/files/Makefile.dmprt')
-rw-r--r-- | print/ghostscript8-base/files/Makefile.dmprt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/print/ghostscript8-base/files/Makefile.dmprt b/print/ghostscript8-base/files/Makefile.dmprt new file mode 100644 index 000000000000..6cbc6957f6c3 --- /dev/null +++ b/print/ghostscript8-base/files/Makefile.dmprt @@ -0,0 +1,8 @@ +# $FreeBSD$ + +post-install-dmprt: + cd ${FILESDIR} && \ + ${INSTALL_DATA} lqx70ch.upp lqx70cl.upp lqx70cm.upp \ + ${STAGEDIR}${DATADIR}/lib + +post-install: post-install-dmprt |