From ff8e320fee404e932e8456c118f6ec712e60248c Mon Sep 17 00:00:00 2001 From: hrs Date: Fri, 3 May 2013 09:15:24 +0000 Subject: Fix installation of bin/ert. It should be installed when GS_epag is defined, not GS_dmprt. Spotted by: Andrzej Tobola --- print/ghostscript8/files/Makefile.dmprt | 1 - print/ghostscript8/files/Makefile.epag | 4 ++++ print/ghostscript8/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'print/ghostscript8') diff --git a/print/ghostscript8/files/Makefile.dmprt b/print/ghostscript8/files/Makefile.dmprt index dc41ea2cfe52..5166a6cd6fc6 100644 --- a/print/ghostscript8/files/Makefile.dmprt +++ b/print/ghostscript8/files/Makefile.dmprt @@ -1,7 +1,6 @@ # $FreeBSD$ post-install-dmprt: - ${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${PREFIX}/bin cd ${FILESDIR} && \ ${INSTALL_DATA} lqx70ch.upp lqx70cl.upp lqx70cm.upp \ ${DATADIR}/${PORTVERSION}/lib diff --git a/print/ghostscript8/files/Makefile.epag b/print/ghostscript8/files/Makefile.epag index 94be6f560194..283b4886a461 100644 --- a/print/ghostscript8/files/Makefile.epag +++ b/print/ghostscript8/files/Makefile.epag @@ -16,5 +16,9 @@ post-build-epag: cd ${WRKSRC}/${EPAG_NAME} && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} Makefile +post-install-epag: + ${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${PREFIX}/bin + pre-build: pre-build-epag post-build: post-build-epag +post-install: post-install-epag diff --git a/print/ghostscript8/pkg-plist b/print/ghostscript8/pkg-plist index 0aaab53b08cf..17ebcbf05192 100644 --- a/print/ghostscript8/pkg-plist +++ b/print/ghostscript8/pkg-plist @@ -3,7 +3,7 @@ bin/bdftops bin/dumphint bin/dvipdf bin/eps2eps -%%GS_dmprt%%bin/ert +%%GS_epag%%bin/ert bin/fixmswrd.pl bin/font2c bin/gs -- cgit