diff options
author | jperkin <jperkin> | 2016-02-25 16:20:49 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2016-02-25 16:20:49 +0000 |
commit | ad567db973bc8140134864d0dc716f16f1b62655 (patch) | |
tree | 97af6be06b9ddcb0ed7c9f9c32a4c4f218021b96 /net/tacacs | |
parent | 1c9fe296001fcf1aa65dafa4deddc7ea3d92602d (diff) | |
download | pkgsrc-ad567db973bc8140134864d0dc716f16f1b62655.tar.gz |
Use OPSYSVARS.
Diffstat (limited to 'net/tacacs')
-rw-r--r-- | net/tacacs/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/tacacs/Makefile b/net/tacacs/Makefile index 82381292b71..46a2c19748d 100644 --- a/net/tacacs/Makefile +++ b/net/tacacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:50:53 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2016/02/25 16:20:53 jperkin Exp $ VERSION= 4.0.4.28 DISTNAME= tacacs-F${VERSION} @@ -19,12 +19,9 @@ USE_LIBTOOL= yes USE_TOOLS+= perl:run flex bison CONFIGURE_ARGS+= ac_cv_path_PERLV_PATH=${TOOLS_PATH.perl} -#CONFIGURE_ARGS+=--enable-debug -.include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" -.endif +OPSYSVARS+= MAKE_FLAGS +MAKE_FLAGS.SunOS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin |