mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Fix typo
With hat: portmgr-lurker
This commit is contained in:
parent
3321d2c734
commit
28478b7378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352403
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= portaudit-db
|
||||
PORTVERSION= 0.2.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= ports-mgmt
|
||||
DISTFILES=
|
||||
|
||||
@ -27,7 +27,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \
|
||||
|
||||
do-build:
|
||||
.for f in packaudit.sh packaudit.conf
|
||||
@${SED} ${SED_SCRIPT} "${FILESDIR}/$$f" > "${WRKDIR}/${f}"
|
||||
@${SED} ${SED_SCRIPT} "${FILESDIR}/$f" > "${WRKDIR}/${f}"
|
||||
.endfor
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user