1
0
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:
Antoine Brodin 2014-09-13 13:19:39 +00:00
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

View File

@ -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}

View File

@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR}
all: vnode_if.h
@:
@${ECHO} ${.TARGET} "->" ${SYS}
@ln -s ${SYS} ${.TARGET}
#afterinstall: device
device: