From 9712993cf26d6037018d662d5524962e2812597e Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 8 Jul 1999 08:06:59 +0000 Subject: Revert to previous configuration: LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding. --- sysutils/lsof/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sysutils') diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 60b997454dd..1204da3cea0 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/07/07 18:13:56 agc Exp $ +# $NetBSD: Makefile,v 1.22 1999/07/08 08:06:59 agc Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # @@ -17,7 +17,7 @@ HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS= -n ${REAL_LOWER_OPSYS} +CONFIGURE_ARGS= -n ${LOWER_OPSYS} SRCBALL_NAME= ${DISTNAME:S/_W$//} @@ -27,11 +27,8 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//} REAL_GROUP= -g kmem .elif ${OPSYS} == "SunOS" MAKE_ENV+= CPPFLAGS= -REAL_LOWER_OPSYS= solaris .endif -REAL_LOWER_OPSYS?= ${LOWER_OPSYS} - post-extract: @(cd ${WRKDIR} ; \ EXPMD5=`${GREP} MD5 README.${SRCBALL_NAME} | ${SED} 's/^[ ]*//'` ; \ -- cgit v1.2.3