diff options
author | jlam <jlam> | 2000-04-20 16:29:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-20 16:29:55 +0000 |
commit | 53283defb8f61b9a602649cb90829e304c003967 (patch) | |
tree | 0b3c24beb928ce56ccbb966bbe5adb4d4b3dc30a /print | |
parent | b2028b757fc7b873a34fc46ba88835a153256c74 (diff) | |
download | pkgsrc-53283defb8f61b9a602649cb90829e304c003967.tar.gz |
Change to a complete, independent installation of ghostscript with `gs'
binary with X11 drivers.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5-x11/Makefile | 11 | ||||
-rw-r--r-- | print/ghostscript5-x11/pkg/DESCR | 3 | ||||
-rw-r--r-- | print/ghostscript5-x11/pkg/PLIST | 2 |
3 files changed, 4 insertions, 12 deletions
diff --git a/print/ghostscript5-x11/Makefile b/print/ghostscript5-x11/Makefile index b818df9310d..633168d5f9b 100644 --- a/print/ghostscript5-x11/Makefile +++ b/print/ghostscript5-x11/Makefile @@ -1,18 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2000/04/16 17:44:28 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/04/20 16:29:55 jlam Exp $ -PKGNAME= ${DISTNAME:S/-/-x11-/}nb1 +PKGNAME= ${DISTNAME:S/-/-x11-/}nb2 CATEGORIES+= x11 -DEPENDS+= ghostscript-5.50nb1:../../print/ghostscript5 +CONFLICTS= ghostscript-* USE_X11= # defined MAKE_ENV+= USE_X11= SCRIPTS_ENV+= USE_X11=yes -post-extract: common-post-extract - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gs - .include "../../print/ghostscript5/Makefile.common" diff --git a/print/ghostscript5-x11/pkg/DESCR b/print/ghostscript5-x11/pkg/DESCR index d46c8fdf4c8..1ef7dd7ee94 100644 --- a/print/ghostscript5-x11/pkg/DESCR +++ b/print/ghostscript5-x11/pkg/DESCR @@ -2,5 +2,4 @@ Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. -This package contains the ghostscript binary compiled with only -X11 drivers. +This package contains the ghostscript binary compiled with X11 drivers. diff --git a/print/ghostscript5-x11/pkg/PLIST b/print/ghostscript5-x11/pkg/PLIST deleted file mode 100644 index 5e76f72a088..00000000000 --- a/print/ghostscript5-x11/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/04/09 23:49:11 jlam Exp $ -bin/gs |