diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:36:49 +0000 |
commit | 16f65335a1da8b465551d267919a3c57435fb132 (patch) | |
tree | fe1ec014f58105d3f735793ef91b646bdcbdc39a /ports-mgmt/portaudit-db | |
parent | 7de019308714a4657174fe4596e39045f6e8e95c (diff) | |
download | ports-16f65335a1da8b465551d267919a3c57435fb132.tar.gz ports-16f65335a1da8b465551d267919a3c57435fb132.zip |
Notes
Diffstat (limited to 'ports-mgmt/portaudit-db')
-rw-r--r-- | ports-mgmt/portaudit-db/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports-mgmt/portaudit-db/Makefile b/ports-mgmt/portaudit-db/Makefile index 7201eacdc5ba..e9452ee55c07 100644 --- a/ports-mgmt/portaudit-db/Makefile +++ b/ports-mgmt/portaudit-db/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: portaudit-db -# Date created: 12 Jun 2004 -# Whom: Oliver Eikemeier -# +# Created by: Oliver Eikemeier # $FreeBSD$ -# PORTNAME= portaudit-db PORTVERSION= 0.2.3 @@ -29,6 +25,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ -e "s|%%PORTVERSION%%|${PORTVERSION}|g" \ -e "s|%%DATABASEDIR%%|${DATABASEDIR}|g" +NO_STAGE= yes do-build: @for f in packaudit.sh packaudit.conf; do \ ${SED} ${SED_SCRIPT} "${FILESDIR}/$$f" > "${WRKDIR}/$$f"; \ |