mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
2 changed files with 1 additions and 5 deletions
|
@ -26,7 +26,7 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}"
|
||||||
PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \
|
PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \
|
||||||
RTC_H_DIR="${RTC_H_DIR}"
|
RTC_H_DIR="${RTC_H_DIR}"
|
||||||
|
|
||||||
USES= kmod
|
USES= kmod uidfix
|
||||||
|
|
||||||
do-extract:
|
do-extract:
|
||||||
@${MKDIR} ${WRKSRC}
|
@${MKDIR} ${WRKSRC}
|
||||||
|
|
|
@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR}
|
||||||
|
|
||||||
all: vnode_if.h
|
all: vnode_if.h
|
||||||
|
|
||||||
@:
|
|
||||||
@${ECHO} ${.TARGET} "->" ${SYS}
|
|
||||||
@ln -s ${SYS} ${.TARGET}
|
|
||||||
|
|
||||||
#afterinstall: device
|
#afterinstall: device
|
||||||
|
|
||||||
device:
|
device:
|
||||||
|
|
Loading…
Add table
Reference in a new issue