pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/atasm



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Apr 23 19:42:41 UTC 2020

Modified Files:
        pkgsrc/cross/atasm: Makefile

Log Message:
cross/atasm: fix placeholder in manual page


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/cross/atasm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/atasm/Makefile
diff -u pkgsrc/cross/atasm/Makefile:1.13 pkgsrc/cross/atasm/Makefile:1.14
--- pkgsrc/cross/atasm/Makefile:1.13    Tue Aug  1 14:58:53 2017
+++ pkgsrc/cross/atasm/Makefile Thu Apr 23 19:42:41 2020
@@ -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/at
 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