Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/atasm cross/atasm: fix placeholder in manual page



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daf777d54658
branches:  trunk
changeset: 429733:daf777d54658
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Apr 23 19:42:41 2020 +0000

description:
cross/atasm: fix placeholder in manual page

diffstat:

 cross/atasm/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 17b15a609a9e -r daf777d54658 cross/atasm/Makefile
--- a/cross/atasm/Makefile      Thu Apr 23 19:32:53 2020 +0000
+++ b/cross/atasm/Makefile      Thu Apr 23 19:42:41 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index