diff options
author | mita <mita@FreeBSD.org> | 2003-05-04 21:36:27 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2003-05-04 21:36:27 +0800 |
commit | e1f3e1c665a73728ba0104531f509af5bf0ff7a9 (patch) | |
tree | a6df620db300a19f9f4c2c56d718f221c2203362 /print | |
parent | 7c680b3faaa07d112600d6a163336e47ede856eb (diff) | |
download | freebsd-ports-gnome-e1f3e1c665a73728ba0104531f509af5bf0ff7a9.tar.gz freebsd-ports-gnome-e1f3e1c665a73728ba0104531f509af5bf0ff7a9.tar.zst freebsd-ports-gnome-e1f3e1c665a73728ba0104531f509af5bf0ff7a9.zip |
This is a small trial to automatically synchronize ghostscript-gnu-commfont
to ghostscript-gnu update.
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> |