diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
| commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
| tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/apt | |
| parent | fd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff) | |
Notes
Diffstat (limited to 'sysutils/apt')
| -rw-r--r-- | sysutils/apt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/apt/Makefile b/sysutils/apt/Makefile index cfe8a0c25d31..9c5460f603da 100644 --- a/sysutils/apt/Makefile +++ b/sysutils/apt/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: apt -# Date created: 23 October 2006 -# Whom: Nick Barkas <snb@threerings.net> -# +# Created by: Nick Barkas <snb@threerings.net> # $FreeBSD$ PORTNAME= apt @@ -39,6 +36,7 @@ DPKGDIR?= /var/db/dpkg APTDIR?= /var/db/apt PLIST_SUB+= APTDIR=${APTDIR:C,^/,,} +NO_STAGE= yes post-patch: ${CP} ${FILESDIR}/https.cc ${FILESDIR}/https.h ${WRKSRC}/methods/ ${REINPLACE_CMD} -e 's|@PREFIX@|${PREFIX}|g' -e \ |
