pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/go-mmark
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 24 09:32:30 UTC 2024
Modified Files:
pkgsrc/textproc/go-mmark: Makefile
Log Message:
go-mmark: Fix PKGMANDIR.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/textproc/go-mmark/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/go-mmark/Makefile
diff -u pkgsrc/textproc/go-mmark/Makefile:1.70 pkgsrc/textproc/go-mmark/Makefile:1.71
--- pkgsrc/textproc/go-mmark/Makefile:1.70 Thu Jun 13 13:47:11 2024
+++ pkgsrc/textproc/go-mmark/Makefile Mon Jun 24 09:32:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2024/06/13 13:47:11 bsiegert Exp $
+# $NetBSD: Makefile,v 1.71 2024/06/24 09:32:30 jperkin Exp $
DISTNAME= mmark-2.2.43
PKGNAME= go-${DISTNAME}
@@ -14,12 +14,13 @@ COMMENT= Powerful markdown processor in
LICENSE= 2-clause-bsd
GO_BUILD_PATTERN= .
-INSTALLATION_DIRS+= man/man1
+
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
.include "go-modules.mk"
post-install:
- ${INSTALL_MAN} ${WRKSRC}/mmark.1 ${DESTDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/mmark.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index