diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-18 15:14:11 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-18 15:14:11 +0800 |
commit | cea487131ff98034c855dcca1c0956782095b9b2 (patch) | |
tree | af5e187fcbbdf71d879018edd78aece3a32f3034 | |
parent | d70d82f65944de9bbad8d9ce61136cc964eb8fd1 (diff) | |
download | freebsd-ports-gnome-cea487131ff98034c855dcca1c0956782095b9b2.tar.gz freebsd-ports-gnome-cea487131ff98034c855dcca1c0956782095b9b2.tar.zst freebsd-ports-gnome-cea487131ff98034c855dcca1c0956782095b9b2.zip |
bugfix: hpdj couldn't be fetched after the variable name change
I forgot to change HPDJ_DRV to HPDJ_SRC in DISTFILES
PORTREVISION not bumped since building of packages wasn't possible.
Even if port/package could be build, because hpdj source was already
present, no functionality change.
Submitted by: "Justin W. Pauler" <jwpauler@jwpages.com>, "Jamin A. Brown" <jamin@gwi.net>
-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 a70a929fd539..9b3ff7c357ab 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -28,7 +28,7 @@ MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \ ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/fonts/ # note: russian mirror isn't up to date DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_DRV} ${PCL3_SRC} \ + ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ ${HP970_DRV} ${GPRINT_SRC} EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index a70a929fd539..9b3ff7c357ab 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -28,7 +28,7 @@ MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \ ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/fonts/ # note: russian mirror isn't up to date DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_DRV} ${PCL3_SRC} \ + ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ ${HP970_DRV} ${GPRINT_SRC} EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index a70a929fd539..9b3ff7c357ab 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/Makefile @@ -28,7 +28,7 @@ MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \ ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/fonts/ # note: russian mirror isn't up to date DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_DRV} ${PCL3_SRC} \ + ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ ${HP970_DRV} ${GPRINT_SRC} EXTRACT_ONLY= ${GS_SOURCES} diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index a70a929fd539..9b3ff7c357ab 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -28,7 +28,7 @@ MASTER_SITES= ftp://ftp.fh-koblenz.de/pub/Ghostscript/aladdin/gs650/ \ ftp://sunsite.cnlab-switch.ch/mirror/ghost/aladdin/fonts/ # note: russian mirror isn't up to date DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_DRV} ${PCL3_SRC} \ + ${DECRYPT_PDF} ${HP8XX_DRV} ${HPDJ_SRC} ${PCL3_SRC} \ ${HP970_DRV} ${GPRINT_SRC} EXTRACT_ONLY= ${GS_SOURCES} |