diff options
author | agc <agc> | 1999-07-08 08:06:59 +0000 |
---|---|---|
committer | agc <agc> | 1999-07-08 08:06:59 +0000 |
commit | 9712993cf26d6037018d662d5524962e2812597e (patch) | |
tree | f918b1c5a70ec02c3d6fff47bf080895bf6eea16 /sysutils | |
parent | f7f32a8bd715c20277ab90b3017c528b420030ca (diff) | |
download | pkgsrc-9712993cf26d6037018d662d5524962e2812597e.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/Makefile | 7 |
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/^[ ]*//'` ; \ |