svn commit: r352403 - head/ports-mgmt/portaudit-db
Frederic Culot
culot at FreeBSD.org
Sun Apr 27 08:12:15 UTC 2014
Author: culot
Date: Sun Apr 27 08:12:14 2014
New Revision: 352403
URL: http://svnweb.freebsd.org/changeset/ports/352403
QAT: https://qat.redports.org/buildarchive/r352403/
Log:
- Fix typo
With hat: portmgr-lurker
Modified:
head/ports-mgmt/portaudit-db/Makefile
Modified: head/ports-mgmt/portaudit-db/Makefile
==============================================================================
--- head/ports-mgmt/portaudit-db/Makefile Sun Apr 27 08:02:10 2014 (r352402)
+++ head/ports-mgmt/portaudit-db/Makefile Sun Apr 27 08:12:14 2014 (r352403)
@@ -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:
More information about the svn-ports-all
mailing list