diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 23:32:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 23:32:47 +0000 |
commit | d320bd5f3b07c67f81c8fca87d865f3fc6430528 (patch) | |
tree | a8c320387f2907246f84cfe35d7c8a495f0b154e /textproc/awf/Makefile | |
parent | 5edd4c258985b0fcd33b29744a7f38cb6b0c5761 (diff) | |
download | pkgsrc-d320bd5f3b07c67f81c8fca87d865f3fc6430528.tar.gz |
Removed the deprecated variables NO_TOOLS and NO_WRAPPER.
Diffstat (limited to 'textproc/awf/Makefile')
-rw-r--r-- | textproc/awf/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/awf/Makefile b/textproc/awf/Makefile index b760a8234e7..aa6abd44460 100644 --- a/textproc/awf/Makefile +++ b/textproc/awf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:27 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/23 23:32:47 rillig Exp $ # DISTNAME= nroff-clone @@ -15,9 +15,6 @@ COMMENT= Text formatter (nroff-clone) written in awk EXTRACT_CMD= ${DECOMPRESS_CMD.shar.Z} ${DOWNLOADED_DISTFILE} | ${SED} -e '1,/^\#!/d' | ${SH} WRKSRC= ${WRKDIR} -NO_TOOLS= yes -NO_WRAPPER= # defined - SUBST_CLASSES+= awflib SUBST_MESSAGE.awflib= "Fixing awf library path and awk pathname." SUBST_FILES.awflib= Makefile awf awf.1 |