diff options
author | agc <agc@pkgsrc.org> | 1998-02-23 11:43:22 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-23 11:43:22 +0000 |
commit | 7f538bb75318d53f0f2b98ceea5c447d90102f72 (patch) | |
tree | 4f40a356f5390811cc846f143e3f67ed9cc89977 /print/ghostscript5 | |
parent | ced6d5cc9c9c467d827863ce70441f6f3d359173 (diff) | |
download | pkgsrc-7f538bb75318d53f0f2b98ceea5c447d90102f72.tar.gz |
Back out the explicit inclusion of mk.conf - it's not necessary.
Diffstat (limited to 'print/ghostscript5')
-rw-r--r-- | print/ghostscript5/Makefile | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile index bdea41ea598..36478d3e387 100644 --- a/print/ghostscript5/Makefile +++ b/print/ghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $NetBSD: Makefile,v 1.9 1998/02/22 17:05:12 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/02/23 11:43:22 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/10/13 11:22:43 asami Exp # @@ -42,23 +42,6 @@ GS_FONTS_OTHER= ghostscript-fonts-other-4.40.tar.gz # Additional driver HP 850, see http://bonk.ethz.ch/hp850/hp850.html HP850_DRV= hp850.zip -# Include local make config file here. It is essential to have this -# precede any override targets (those that override defaults in -# <bsd.port.mk> that test variables that may be set here. Note that -# this inclusion is otherwise redundant, since <bsd.port.mk> includes -# <bsd.own.mk>, which includes it. - -OPSYS!= uname -s -.if (${OPSYS} == "FreeBSD") -.if exists(/etc/make.conf) -.include "/etc/make.conf" -.endif -.else -.if exists(/etc/mk.conf) -.include "/etc/mk.conf" -.endif -.endif - post-extract: ${TOUCH} ${WRKSRC}/adler32.c ${TOUCH} ${WRKSRC}/deflate.c |