summaryrefslogtreecommitdiff
path: root/print/ghostscript5
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-22 09:38:22 +0000
committeragc <agc@pkgsrc.org>1999-03-22 09:38:22 +0000
commit49ad04f369a8c6377a9622cf8476668c2abc2bd2 (patch)
tree6e4cf164ffee508e0527b5371281bee77d4cb038 /print/ghostscript5
parentd558f0b8f6cdded4526e9395b847e59f4f01bfb5 (diff)
downloadpkgsrc-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/ghostscript5')
-rw-r--r--print/ghostscript5/Makefile8
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