diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-09 02:24:42 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-09 02:24:42 +0800 |
commit | 3cb9cca83aeae4553e5013069484fdee31750df6 (patch) | |
tree | 6362cd1c617afe170c821a0e8b8b05f25836bc31 /print | |
parent | 9d90db0df61aa2d63433fe251f11a046b1ed3356 (diff) | |
download | freebsd-ports-gnome-3cb9cca83aeae4553e5013069484fdee31750df6.tar.gz freebsd-ports-gnome-3cb9cca83aeae4553e5013069484fdee31750df6.tar.zst freebsd-ports-gnome-3cb9cca83aeae4553e5013069484fdee31750df6.zip |
cosmetic:
forgot in previous commit, that HPDJ_SRC also should make use of
the new variables ${HPDJ_NAME} and ${HPDJ_VERS}
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 |