From 823b7611fc8b1b018ebd3ecbed2c7e18543e7533 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 23 Apr 2020 19:42:41 +0000 Subject: cross/atasm: fix placeholder in manual page --- cross/atasm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/atasm/Makefile b/cross/atasm/Makefile index a5e52362b72..26732c37594 100644 --- a/cross/atasm/Makefile +++ b/cross/atasm/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2017/08/01 14:58:53 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2020/04/23 19:42:41 rillig Exp $ # DISTNAME= atasm106 PKGNAME= atasm-1.06 +PKGREVISION= 1 CATEGORIES= devel cross emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=atasm/} EXTRACT_SUFX= .zip @@ -23,7 +24,7 @@ EXAMPLE_DIR= ${PREFIX}/share/examples/atasm INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${DOCDIR} ${EXAMPLE_DIR} SUBST_CLASSES+= docdir -SUBST_FILES.docdir= atasm.1.in +SUBST_FILES.docdir= src/atasm.1.in SUBST_STAGE.docdir= pre-install SUBST_SED.docdir= -e 's,%%DOCDIR%%,${DOCDIR},g' SUBST_MESSAGE.docdir= Edit DOCDIR variable -- cgit v1.2.3