diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-08 18:24:42 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-08 18:24:42 +0000 |
commit | 86d168e54a0a42c524f33449b84e52c65b33d618 (patch) | |
tree | 6b87de1a313e7b0027f2c4a75bac9e15731f295f /print | |
parent | purely cosmetic: (diff) |
cosmetic:
forgot in previous commit, that HPDJ_SRC also should make use of
the new variables ${HPDJ_NAME} and ${HPDJ_VERS}
Notes
Notes:
svn path=/head/; revision=36951
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript6/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 6fc00226b587..12fe4c37b896 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -55,7 +55,7 @@ HP8XX_DRV= gdevcd8.tar.gz HPDJ_NAME= hpdj HPDJ_VERS= 2.6 HPDJ_DIR= ${HPDJ_NAME}-${HPDJ_VERS} -HPDJ_SRC= hpdj-2.6.tar.gz +HPDJ_SRC= ${HPDJ_NAME}-${HPDJ_VERS}.tar.gz # additional driver for HP DeskJet 970, supports duplex printing HP970_DRV= gdevdj9.c.gz diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 6fc00226b587..12fe4c37b896 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -55,7 +55,7 @@ HP8XX_DRV= gdevcd8.tar.gz HPDJ_NAME= hpdj HPDJ_VERS= 2.6 HPDJ_DIR= ${HPDJ_NAME}-${HPDJ_VERS} -HPDJ_SRC= hpdj-2.6.tar.gz +HPDJ_SRC= ${HPDJ_NAME}-${HPDJ_VERS}.tar.gz # additional driver for HP DeskJet 970, supports duplex printing HP970_DRV= gdevdj9.c.gz diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 6fc00226b587..12fe4c37b896 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -55,7 +55,7 @@ HP8XX_DRV= gdevcd8.tar.gz HPDJ_NAME= hpdj HPDJ_VERS= 2.6 HPDJ_DIR= ${HPDJ_NAME}-${HPDJ_VERS} -HPDJ_SRC= hpdj-2.6.tar.gz +HPDJ_SRC= ${HPDJ_NAME}-${HPDJ_VERS}.tar.gz # additional driver for HP DeskJet 970, supports duplex printing HP970_DRV= gdevdj9.c.gz diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 6fc00226b587..12fe4c37b896 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -55,7 +55,7 @@ HP8XX_DRV= gdevcd8.tar.gz HPDJ_NAME= hpdj HPDJ_VERS= 2.6 HPDJ_DIR= ${HPDJ_NAME}-${HPDJ_VERS} -HPDJ_SRC= hpdj-2.6.tar.gz +HPDJ_SRC= ${HPDJ_NAME}-${HPDJ_VERS}.tar.gz # additional driver for HP DeskJet 970, supports duplex printing HP970_DRV= gdevdj9.c.gz |