diff options
Diffstat (limited to 'sysutils/apt/Makefile')
-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 \ |