From 10ab8c4a3a9386cf6af1611fcb6fed36f0c7837e Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 9 Sep 2001 20:36:07 +0000 Subject: Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). --- net/yale-tftpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/yale-tftpd') diff --git a/net/yale-tftpd/Makefile b/net/yale-tftpd/Makefile index c51e41e7fe1..2a2ce585d99 100644 --- a/net/yale-tftpd/Makefile +++ b/net/yale-tftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/30 19:43:49 nra Exp $ +# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:40 agc Exp $ # FreeBSD Id: ports/ftp/yale-tftpd/Makefile,v 1.14 2000/04/12 05:31:29 mharo Exp DISTNAME= yale-tftpd-3.0 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/ MAINTAINER= packages@netbsd.org COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems -NO_WRKSUBDIR= +WRKSRC= ${WRKDIR} post-configure: ${MV} ${WRKSRC}/tftpd.8 ${WRKSRC}/tftpd.8.in -- cgit v1.2.3