mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Add LICENSE
- Fix typo in Makefile which leads to extra file installation
This commit is contained in:
parent
7e0b0974c3
commit
c8666240e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380331
@ -10,6 +10,9 @@ DISTNAME= owpd300b
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
USES= uidfix zip
|
||||
|
||||
|
@ -270,7 +270,7 @@
|
||||
+MLANLNK= ${.CURDIR}/Link
|
||||
+LIB= mlan
|
||||
+CFLAGS= -I. -Wall -I${MLANCOM}
|
||||
+NOPROFILE= yes
|
||||
+NO_PROFILE= yes
|
||||
+PREFIX?= /usr/local
|
||||
+LIBDIR= ${PREFIX}/lib
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user