aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-05-03 17:15:24 +0800
committerhrs <hrs@FreeBSD.org>2013-05-03 17:15:24 +0800
commitff8e320fee404e932e8456c118f6ec712e60248c (patch)
tree47786085b77e894f6b7d918e61160a9bac55ed85 /print
parent29c113f21d76a67513261dd56871788cfb6b4e20 (diff)
downloadfreebsd-ports-gnome-ff8e320fee404e932e8456c118f6ec712e60248c.tar.gz
freebsd-ports-gnome-ff8e320fee404e932e8456c118f6ec712e60248c.tar.zst
freebsd-ports-gnome-ff8e320fee404e932e8456c118f6ec712e60248c.zip
Fix installation of bin/ert. It should be installed when GS_epag is defined,
not GS_dmprt. Spotted by: Andrzej Tobola
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript7/pkg-plist2
-rw-r--r--print/ghostscript8/files/Makefile.dmprt1
-rw-r--r--print/ghostscript8/files/Makefile.epag4
-rw-r--r--print/ghostscript8/pkg-plist2
-rw-r--r--print/ghostscript9-agpl/files/Makefile.dmprt1
-rw-r--r--print/ghostscript9-agpl/files/Makefile.epag4
-rw-r--r--print/ghostscript9-agpl/pkg-plist2
-rw-r--r--print/ghostscript9/files/Makefile.dmprt1
-rw-r--r--print/ghostscript9/files/Makefile.epag4
-rw-r--r--print/ghostscript9/pkg-plist2
10 files changed, 16 insertions, 7 deletions
diff --git a/print/ghostscript7/pkg-plist b/print/ghostscript7/pkg-plist
index ef1e402fc7d6..6b5455fa8fd8 100644
--- a/print/ghostscript7/pkg-plist
+++ b/print/ghostscript7/pkg-plist
@@ -2,7 +2,7 @@
bin/bdftops
bin/dvipdf
bin/eps2eps
-%%GS_dmprt%%bin/ert
+%%GS_epag%%bin/ert
bin/fixmswrd.pl
bin/font2c
bin/gs
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
diff --git a/print/ghostscript9-agpl/files/Makefile.dmprt b/print/ghostscript9-agpl/files/Makefile.dmprt
index dc41ea2cfe52..5166a6cd6fc6 100644
--- a/print/ghostscript9-agpl/files/Makefile.dmprt
+++ b/print/ghostscript9-agpl/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-agpl/files/Makefile.epag b/print/ghostscript9-agpl/files/Makefile.epag
index 94be6f560194..283b4886a461 100644
--- a/print/ghostscript9-agpl/files/Makefile.epag
+++ b/print/ghostscript9-agpl/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/ghostscript9-agpl/pkg-plist b/print/ghostscript9-agpl/pkg-plist
index 9cb62cf2f8a1..ba8e7b985952 100644
--- a/print/ghostscript9-agpl/pkg-plist
+++ b/print/ghostscript9-agpl/pkg-plist
@@ -1,7 +1,7 @@
@comment $FreeBSD: /tmp/pcvs/ports/print/ghostscript9/pkg-plist,v 1.5 2012-02-12 18:10:49 hrs Exp $
bin/dvipdf
bin/eps2eps
-%%GS_dmprt%%bin/ert
+%%GS_epag%%bin/ert
bin/font2c
bin/gs
bin/gsbj
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
diff --git a/print/ghostscript9/pkg-plist b/print/ghostscript9/pkg-plist
index 8d871db6831e..4455f9da052b 100644
--- a/print/ghostscript9/pkg-plist
+++ b/print/ghostscript9/pkg-plist
@@ -1,7 +1,7 @@
@comment $FreeBSD: /tmp/pcvs/ports/print/ghostscript9/pkg-plist,v 1.5 2012-02-12 18:10:49 hrs Exp $
bin/dvipdf
bin/eps2eps
-%%GS_dmprt%%bin/ert
+%%GS_epag%%bin/ert
bin/font2c
bin/gs
bin/gsbj