-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graphics/dcraw: Clarify LICENSE comment
The other options besides GPL2 are not suitable for pkgsrc.
- Loading branch information
gdt
committed
Jan 26, 2024
1 parent
84128ac
commit ead7d64
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.48 2024/01/26 15:00:39 gdt Exp $ | ||
# $NetBSD: Makefile,v 1.49 2024/01/26 15:58:44 gdt Exp $ | ||
# | ||
# Changes can be found in the RCS file at | ||
# http://www.cybercom.net/~dcoffin/dcraw/RCS/dcraw.c,v | ||
|
@@ -10,7 +10,8 @@ MASTER_SITES= https://www.dechifro.org/dcraw/archive/ | |
MAINTAINER= [email protected] | ||
HOMEPAGE= https://www.dechifro.org/dcraw/ | ||
COMMENT= Raw digital camera decoder | ||
# Multiple options in the header; choose GPL2. | ||
# Multiple options in the header; choose GPL2 as the only | ||
# straightforward method suitable for pkgsrc. | ||
LICENSE= gnu-gpl-v2 | ||
|
||
WRKSRC= ${WRKDIR}/${PKGBASE} | ||
|