mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Allow staging as a regular user
This commit is contained in:
parent
f1455cedc1
commit
3b57ae7cd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367584
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,8 @@ EXTRACT_ONLY=
|
|||
MAINTAINER= fjoe@FreeBSD.org
|
||||
COMMENT= Configuration utility for Granch SBNI16-SHDSL PCI modems
|
||||
|
||||
USES= desthack
|
||||
USES= uidfix
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/sb16config \
|
||||
man/man8/sb16config.8.gz
|
||||
|
@ -20,6 +21,5 @@ post-extract:
|
|||
.for _i in ${DISTFILES}
|
||||
@${GZCAT} ${DISTDIR}/${_i} >${WRKDIR}/${_i:R}
|
||||
.endfor
|
||||
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue