diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-25 09:03:33 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-07-25 09:03:33 +0000 |
commit | f9fc86725d309c6c204d11f5b20af6be17424ee8 (patch) | |
tree | 3c3883f44d4e136305876342d9f86977c799ca2a /print/ghostscript9 | |
parent | 29fbbf75dbe74812f96aaf317b5c14ba86d74b1a (diff) | |
download | ports-f9fc86725d309c6c204d11f5b20af6be17424ee8.tar.gz ports-f9fc86725d309c6c204d11f5b20af6be17424ee8.zip |
Notes
Diffstat (limited to 'print/ghostscript9')
-rw-r--r-- | print/ghostscript9/Makefile | 8 | ||||
-rw-r--r-- | print/ghostscript9/files/Makefile.drivers_post | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 2dcb924513c1..63dbd254f41a 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.06 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -97,8 +97,8 @@ MLINKS= gslp.1 gsbj.1 \ EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms lcms2 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_//} \ @@ -201,4 +201,4 @@ post-install: post-install: post-install-docs .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/ghostscript9/files/Makefile.drivers_post b/print/ghostscript9/files/Makefile.drivers_post index 8e8c4edf2163..e342f9d8ef60 100644 --- a/print/ghostscript9/files/Makefile.drivers_post +++ b/print/ghostscript9/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 |