summaryrefslogtreecommitdiff
path: root/net/radius
diff options
context:
space:
mode:
authortron <tron>1999-07-23 21:39:41 +0000
committertron <tron>1999-07-23 21:39:41 +0000
commit2269c8449299a07401ccb2ce7cd891246284dc82 (patch)
tree90e35fe42c468d15f1c3ff83659a9d376998e73e /net/radius
parentd675f6142b0fca536f3db1557ae1a270e1c711dd (diff)
downloadpkgsrc-2269c8449299a07401ccb2ce7cd891246284dc82.tar.gz
Don't use soon-to-be-removed "${NO_WRKSUBDIR}".
Diffstat (limited to 'net/radius')
-rw-r--r--net/radius/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile
index 1017c598af9..a99123f07fc 100644
--- a/net/radius/Makefile
+++ b/net/radius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/05/03 23:39:22 tv Exp $
+# $NetBSD: Makefile,v 1.11 1999/07/23 21:39:41 tron Exp $
#
# Tempted to install another radius package?
#
@@ -23,7 +23,7 @@ DECOMPRESS_CMD= ${GZCAT} -f
DIST_SUBDIR= radius
INSTALL_TARGET= man-install install util-install config-install
MESSAGE_FILE= ${WRKDIR}/MESSAGE
-NO_WRKSUBDIR= yes
+WRKSRC= ${WRKDIR}
CFLAGS+= -DHAVE_SETVBUF -DNOSHADOW
MAKE_ENV+= RADLIBS="${RADLIBS} -lskey" LIBS=-lcrypt \