diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-03 09:15:24 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-03 09:15:24 +0000 |
commit | a31b2fc9e9d5cd5d3f625feec37d8db750bf7a54 (patch) | |
tree | 47786085b77e894f6b7d918e61160a9bac55ed85 /print/ghostscript8 | |
parent | f0dcdc610559e836499c79e6ee8653f56a0a91fa (diff) | |
download | ports-a31b2fc9e9d5cd5d3f625feec37d8db750bf7a54.tar.gz ports-a31b2fc9e9d5cd5d3f625feec37d8db750bf7a54.zip |
Notes
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/files/Makefile.dmprt | 1 | ||||
-rw-r--r-- | print/ghostscript8/files/Makefile.epag | 4 | ||||
-rw-r--r-- | print/ghostscript8/pkg-plist | 2 |
3 files changed, 5 insertions, 2 deletions
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 |