diff options
author | andreas <andreas@FreeBSD.org> | 1997-09-04 22:57:14 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-09-04 22:57:14 +0800 |
commit | fe0f17ee471585de6de1646de9a3aa53ce4cdb4e (patch) | |
tree | 655e4b4512b1b9e9856a27cc1bdfc679ba2a05ac /print/ghostscript-gpl | |
parent | 7f2c8ea6d67468f480b45f1074cfc5a56dc31276 (diff) | |
download | freebsd-ports-gnome-fe0f17ee471585de6de1646de9a3aa53ce4cdb4e.tar.gz freebsd-ports-gnome-fe0f17ee471585de6de1646de9a3aa53ce4cdb4e.tar.zst freebsd-ports-gnome-fe0f17ee471585de6de1646de9a3aa53ce4cdb4e.zip |
typo:
- unzip:${PORTSDIR}/archiver/unzip
+ unzip:${PORTSDIR}/archivers/unzip
Submitted by: Bernd Rosauer <br@schiele-ct.de>
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 070fee810522..47b90eaebe70 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1997/09/02 16:48:55 andreas Exp $ +# $Id: Makefile,v 1.10 1997/09/03 06:57:04 andreas Exp $ # DISTNAME= ghostscript-5.03 @@ -17,7 +17,7 @@ MAINTAINER= andreas@FreeBSD.org BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg \ /nonexistent:${PORTSDIR}/graphics/png \ - unzip:${PORTSDIR}/archiver/unzip + unzip:${PORTSDIR}/archivers/unzip DEPENDS_TARGET= extract MAKE_ENV= PORTSDIR=${PORTSDIR} |