diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu-commfont/Makefile.common | 6 | ||||
-rw-r--r-- | print/ghostscript7-commfont/Makefile.common | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common index 15f43682d5bf..0e8ae7923d71 100644 --- a/print/ghostscript-gnu-commfont/Makefile.common +++ b/print/ghostscript-gnu-commfont/Makefile.common @@ -1,5 +1,5 @@ PORTNAME= ghostscript -PORTVERSION= 7.06 +PORTVERSION= ${GS_VERSION} CATEGORIES= print MASTER_SITES= # nonexistent PKGNAMESUFFIX= -gnu @@ -39,6 +39,7 @@ CIDFNMAP= CIDFnmap.ko .endif .endif +.include <bsd.port.pre.mk> do-configure: .if !defined(COMMFONT) ${SED} -e 's:%%LOCALBASE%%:${LOCALBASE}:g' \ @@ -68,4 +69,5 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include "${PORTSDIR}/print/ghostscript-gnu/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/print/ghostscript7-commfont/Makefile.common b/print/ghostscript7-commfont/Makefile.common index 15f43682d5bf..0e8ae7923d71 100644 --- a/print/ghostscript7-commfont/Makefile.common +++ b/print/ghostscript7-commfont/Makefile.common @@ -1,5 +1,5 @@ PORTNAME= ghostscript -PORTVERSION= 7.06 +PORTVERSION= ${GS_VERSION} CATEGORIES= print MASTER_SITES= # nonexistent PKGNAMESUFFIX= -gnu @@ -39,6 +39,7 @@ CIDFNMAP= CIDFnmap.ko .endif .endif +.include <bsd.port.pre.mk> do-configure: .if !defined(COMMFONT) ${SED} -e 's:%%LOCALBASE%%:${LOCALBASE}:g' \ @@ -68,4 +69,5 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include "${PORTSDIR}/print/ghostscript-gnu/Makefile.inc" +.include <bsd.port.post.mk> |