diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2003-05-04 13:36:27 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2003-05-04 13:36:27 +0000 |
commit | 803b9c355dcb361bf7f2679d2e0f06dcf276fa51 (patch) | |
tree | 9f610f601c3166cc5cf2e3a8779ce23c941aae55 /print/ghostscript7-commfont | |
parent | c0293039a84cbbe1e8b9a3fdefd96dc24146aee0 (diff) |
Notes
Diffstat (limited to 'print/ghostscript7-commfont')
-rw-r--r-- | print/ghostscript7-commfont/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
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> |