1
0
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:
Frederic Culot 2014-04-27 08:12:14 +00:00
parent 3321d2c734
commit 28478b7378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352403

View File

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