aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9/files
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-03 09:15:24 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-03 09:15:24 +0000
commita31b2fc9e9d5cd5d3f625feec37d8db750bf7a54 (patch)
tree47786085b77e894f6b7d918e61160a9bac55ed85 /print/ghostscript9/files
parentf0dcdc610559e836499c79e6ee8653f56a0a91fa (diff)
downloadports-a31b2fc9e9d5cd5d3f625feec37d8db750bf7a54.tar.gz
ports-a31b2fc9e9d5cd5d3f625feec37d8db750bf7a54.zip
Notes
Diffstat (limited to 'print/ghostscript9/files')
-rw-r--r--print/ghostscript9/files/Makefile.dmprt1
-rw-r--r--print/ghostscript9/files/Makefile.epag4
2 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript9/files/Makefile.dmprt b/print/ghostscript9/files/Makefile.dmprt
index dc41ea2cfe52..5166a6cd6fc6 100644
--- a/print/ghostscript9/files/Makefile.dmprt
+++ b/print/ghostscript9/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/ghostscript9/files/Makefile.epag b/print/ghostscript9/files/Makefile.epag
index 94be6f560194..283b4886a461 100644
--- a/print/ghostscript9/files/Makefile.epag
+++ b/print/ghostscript9/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