summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-07-08 08:06:59 +0000
committeragc <agc@pkgsrc.org>1999-07-08 08:06:59 +0000
commitc9580c587120eea5875621a98a77ce82bffe8684 (patch)
treef918b1c5a70ec02c3d6fff47bf080895bf6eea16 /sysutils
parentf51461529ddbf09070a83e9aaae40a22698c6045 (diff)
downloadpkgsrc-c9580c587120eea5875621a98a77ce82bffe8684.tar.gz
Revert to previous configuration:
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile7
1 files changed, 2 insertions, 5 deletions
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/^[ ]*//'` ; \