diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-09 23:49:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-09 23:49:11 +0000 |
commit | 70d1dfca2c792cabd3789c4f3e2a9d93fe5be26d (patch) | |
tree | 71b4fd6917219bfdd5d41795b4547d2c9a6cb2ca /print | |
parent | 45407b1fdd27b8407cde6f6b9c962c07cde7b0d2 (diff) | |
download | pkgsrc-70d1dfca2c792cabd3789c4f3e2a9d93fe5be26d.tar.gz |
Install X11 ghostscript binary as gs.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5-x11/Makefile | 5 | ||||
-rw-r--r-- | print/ghostscript5-x11/pkg/PLIST | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/print/ghostscript5-x11/Makefile b/print/ghostscript5-x11/Makefile index 821a93a84e6..0878c8010a6 100644 --- a/print/ghostscript5-x11/Makefile +++ b/print/ghostscript5-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/03/24 18:43:44 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/04/09 23:49:11 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-x11-/} CATEGORIES+= x11 @@ -13,7 +13,6 @@ SCRIPTS_ENV+= USE_X11=yes post-extract: common-post-extract do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gsx11 - ${LN} -s gs.1 ${PREFIX}/man/man1/gsx11.1 + ${INSTALL_PROGRAM} ${WRKSRC}/obj/gs ${PREFIX}/bin/gs .include "../../print/ghostscript5/Makefile.common" diff --git a/print/ghostscript5-x11/pkg/PLIST b/print/ghostscript5-x11/pkg/PLIST index 53047764db7..5e76f72a088 100644 --- a/print/ghostscript5-x11/pkg/PLIST +++ b/print/ghostscript5-x11/pkg/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/24 18:25:40 jlam Exp $ -bin/gsx11 -man/man1/gsx11.1 +@comment $NetBSD: PLIST,v 1.2 2000/04/09 23:49:11 jlam Exp $ +bin/gs |