From a16fc84f19dd8bf3201242f9e04334979fbebb2f 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). --- textproc/untex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/untex') diff --git a/textproc/untex/Makefile b/textproc/untex/Makefile index a2948842425..62ed2ed0282 100644 --- a/textproc/untex/Makefile +++ b/textproc/untex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:50 agc Exp $ # DISTNAME= untex-1.3 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://hal6000.uni-duisburg.de/pub/source/ MAINTAINER= packages@netbsd.org COMMENT= remove LaTeX commands -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/untex ${PREFIX}/bin -- cgit v1.2.3