mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Allow staging as a regular user
- Clarify license - Remove obsolete patch (alpha)
This commit is contained in:
parent
a3566cb26e
commit
7a2fe6c1d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367565
@ -10,8 +10,9 @@ MASTER_SITES= LOCAL/bf
|
||||
MAINTAINER= bf@FreeBSD.org
|
||||
COMMENT= Display information gathered from MB power management controller
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= uidfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- Makefile.in.orig Sun Aug 6 21:31:45 2000
|
||||
+++ Makefile.in Sun Aug 6 21:32:10 2000
|
||||
@@ -3,6 +3,9 @@
|
||||
DEFINES+= -DHAVE_CONFIG_H
|
||||
CFLAGS+= -Wall $(DEFINES)
|
||||
LDFLAGS+= -lcurses
|
||||
+.if $(ARCH) == "alpha"
|
||||
+LDFLAGS+= -lio
|
||||
+.endif
|
||||
|
||||
HEADERS= lmmon.h
|
||||
SRCS= lmmon.c
|
Loading…
Reference in New Issue
Block a user