diff options
author | agc <agc@pkgsrc.org> | 1999-03-22 09:38:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-22 09:38:22 +0000 |
commit | 49ad04f369a8c6377a9622cf8476668c2abc2bd2 (patch) | |
tree | 6e4cf164ffee508e0527b5371281bee77d4cb038 /print | |
parent | d558f0b8f6cdded4526e9395b847e59f4f01bfb5 (diff) | |
download | pkgsrc-49ad04f369a8c6377a9622cf8476668c2abc2bd2.tar.gz |
Move the definition of BUILD_ROOT into bsd.pkg.mk, from the individual
package Makefiles which need it.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript5/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index a60f83c00eb..18f5342d2c8 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 1999/03/16 15:30:58 agc Exp $ +# $NetBSD: Makefile,v 1.35 1999/03/22 09:38:27 agc Exp $ # DISTNAME= ghostscript-5.50 @@ -47,12 +47,6 @@ HP850_DRV= hp8xxs13.zip # PostScript source to decode encrypted PDF files PDF_SEC= pdf_sec.ps -.ifdef WRKOBJDIR -BUILD_ROOT= ${WRKOBJDIR} -.else -BUILD_ROOT= ${PKGSRCDIR} -.endif - .if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4") PAPERSIZE_DEF= -DA4 .endif |