pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkglint
Module Name: pkgsrc
Committed By: rillig
Date: Sun Aug 25 21:17:11 UTC 2024
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
Log Message:
pkglint: fix pkglint warning about working outside WRKSRC
To generate a diff of this commit:
cvs rdiff -u -r1.776 -r1.777 pkgsrc/pkgtools/pkglint/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.776 pkgsrc/pkgtools/pkglint/Makefile:1.777
--- pkgsrc/pkgtools/pkglint/Makefile:1.776 Sun Aug 11 15:57:08 2024
+++ pkgsrc/pkgtools/pkglint/Makefile Sun Aug 25 21:17:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.776 2024/08/11 15:57:08 bsiegert Exp $
+# $NetBSD: Makefile,v 1.777 2024/08/25 21:17:11 rillig Exp $
DISTNAME= pkglint-23.6.0
PKGREVISION= 1
@@ -42,6 +42,6 @@ PLIST.maninstall= yes
.endif
do-install-man: .PHONY
- ${PLIST.maninstall:D:U\:} ${INSTALL_MAN} ${WRKSRC}/../pkglint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
+ ${PLIST.maninstall:D:U\:} ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/pkglint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index