aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9-agpl
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-07-25 09:03:33 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-07-25 09:03:33 +0000
commitf9fc86725d309c6c204d11f5b20af6be17424ee8 (patch)
tree3c3883f44d4e136305876342d9f86977c799ca2a /print/ghostscript9-agpl
parent29fbbf75dbe74812f96aaf317b5c14ba86d74b1a (diff)
downloadports-f9fc86725d309c6c204d11f5b20af6be17424ee8.tar.gz
ports-f9fc86725d309c6c204d11f5b20af6be17424ee8.zip
Notes
Diffstat (limited to 'print/ghostscript9-agpl')
-rw-r--r--print/ghostscript9-agpl/Makefile8
-rw-r--r--print/ghostscript9-agpl/files/Makefile.drivers_post6
2 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript9-agpl/Makefile b/print/ghostscript9-agpl/Makefile
index 0829495c4705..3625a4eb6f6b 100644
--- a/print/ghostscript9-agpl/Makefile
+++ b/print/ghostscript9-agpl/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ghostscript
PORTVERSION= 9.07
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= print
MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \
SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
@@ -95,8 +95,8 @@ MLINKS= gslp.1 gsbj.1 \
EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms libpng tiff zlib
.include "Makefile.drivers"
-.include <bsd.port.pre.mk>
-.include "${FILESDIR}/Makefile.drivers_post"
+.include <bsd.port.options.mk>
+.include "files/Makefile.drivers_post"
.for D in ${OPTIONS_DEFINE:MGS_*:S/^GS_//} \
${OPTIONS_MULTI_X11:MGS_*:S/^GS_//} \
@@ -199,4 +199,4 @@ post-install:
post-install: post-install-docs
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/print/ghostscript9-agpl/files/Makefile.drivers_post b/print/ghostscript9-agpl/files/Makefile.drivers_post
index 09230870cc8c..30acb96978b8 100644
--- a/print/ghostscript9-agpl/files/Makefile.drivers_post
+++ b/print/ghostscript9-agpl/files/Makefile.drivers_post
@@ -3,12 +3,12 @@
# dmprt specific
.if ${PORT_OPTIONS:MGS_dmprt}
-.include "${FILESDIR}/Makefile.dmprt"
+.include "files/Makefile.dmprt"
.endif
# epag specific
.if ${PORT_OPTIONS:MGS_epag}
-.include "${FILESDIR}/Makefile.epag"
+.include "files/Makefile.epag"
.endif
EPAG_BASE= epag
@@ -24,7 +24,7 @@ post-extract: post-extract-epag
# pcl3 specific
.if ${PORT_OPTIONS:MGS_pcl3}
-.include "${FILESDIR}/Makefile.pcl3"
+.include "files/Makefile.pcl3"
.endif
# cups specific