summaryrefslogtreecommitdiff
path: root/ports-mgmt/portaudit-db
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-04-27 08:12:14 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-04-27 08:12:14 +0000
commit28478b737842221eefe2a400496ab90ee6c5cdb9 (patch)
tree60c8faf4eb1a9777ba145a0706d2fa422ee27e52 /ports-mgmt/portaudit-db
parent- Update to 0.10 (diff)
- Fix typo
With hat: portmgr-lurker
Notes
Notes: svn path=/head/; revision=352403
Diffstat (limited to 'ports-mgmt/portaudit-db')
-rw-r--r--ports-mgmt/portaudit-db/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portaudit-db/Makefile b/ports-mgmt/portaudit-db/Makefile
index 5464b6cddaaa..dd96e65b0d6e 100644
--- a/ports-mgmt/portaudit-db/Makefile
+++ b/ports-mgmt/portaudit-db/Makefile
@@ -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: