diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-13 21:19:39 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-13 21:19:39 +0800 |
commit | a550c605ae7bf24243c656fb1bec62c9ca42203e (patch) | |
tree | a9bab719acb34505ec5ab27eb962fd9aef046caf /emulators/rtc | |
parent | 7c67e5453b312002db71c70dade801d4b9b58f48 (diff) | |
download | freebsd-ports-graphics-a550c605ae7bf24243c656fb1bec62c9ca42203e.tar.gz freebsd-ports-graphics-a550c605ae7bf24243c656fb1bec62c9ca42203e.tar.zst freebsd-ports-graphics-a550c605ae7bf24243c656fb1bec62c9ca42203e.zip |
- Allow staging as a regular user
- Fix build on head
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 2 | ||||
-rw-r--r-- | emulators/rtc/files/Makefile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 8e84978f289..d18b4df42cc 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -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} diff --git a/emulators/rtc/files/Makefile b/emulators/rtc/files/Makefile index 288ffa9c0e1..da379c8d4c9 100644 --- a/emulators/rtc/files/Makefile +++ b/emulators/rtc/files/Makefile @@ -44,10 +44,6 @@ CFLAGS+= ${INCLUDE} -DCDEV_MAJOR_=${CDEV_MAJOR} all: vnode_if.h -@: - @${ECHO} ${.TARGET} "->" ${SYS} - @ln -s ${SYS} ${.TARGET} - #afterinstall: device device: |