mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Allow staging as a regular user
- Fix build on head
This commit is contained in:
parent
9c6169b487
commit
a70cef4414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368094
@ -26,7 +26,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}"
|
||||
PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \
|
||||
RTC_H_DIR="${RTC_H_DIR}"
|
||||
|
||||
USES= kmod
|
||||
USES= kmod uidfix
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC}
|
||||
|
@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR}
|
||||
|
||||
all: vnode_if.h
|
||||
|
||||
@:
|
||||
@${ECHO} ${.TARGET} "->" ${SYS}
|
||||
@ln -s ${SYS} ${.TARGET}
|
||||
|
||||
#afterinstall: device
|
||||
|
||||
device:
|
||||
|
Loading…
Reference in New Issue
Block a user