pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendoas: Lowercase package name.
Module Name: pkgsrc-wip
Committed By: Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By: skn
Date: Mon Nov 2 12:14:52 2020 +0530
Changeset: b81b1fd71feb50a4a9ca1a9cea627793c4dcdff9
Modified Files:
opendoas/Makefile
Log Message:
opendoas: Lowercase package name.
Suggested by leot and khorben on #pkgsrc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b81b1fd71feb50a4a9ca1a9cea627793c4dcdff9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendoas/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/opendoas/Makefile b/opendoas/Makefile
index 99807fa267..3805077b5c 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -1,6 +1,7 @@
# $NetBSD$
DISTNAME= OpenDoas-6.6.1
+PKGNAME= ${DISTNAME:tl}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=duncaen/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,6 +13,8 @@ LICENSE= isc
CONFLICTS= doas-[0-9]*
+WRKSRC= ${WRKDIR}/OpenDoas-${PKGVERSION_NOREV}
+
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
SUBST_STAGE.paths= pre-configure
Home |
Main Index |
Thread Index |
Old Index