diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:23:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:23:18 +0800 |
commit | e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/ftpproxy | |
parent | 4fc21e4689ef5b1310fa649ac9cd68f25eb078cd (diff) | |
download | freebsd-ports-gnome-e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265.tar.gz freebsd-ports-gnome-e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265.tar.zst freebsd-ports-gnome-e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
Diffstat (limited to 'ftp/ftpproxy')
-rw-r--r-- | ftp/ftpproxy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/ftpproxy/Makefile b/ftp/ftpproxy/Makefile index b95098b3ec76..9a153aa0e8da 100644 --- a/ftp/ftpproxy/Makefile +++ b/ftp/ftpproxy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ftpproxy -# Date created: 15 May 2001 -# Whom: Philippe Le Berre <philippe@le-berre.com> -# +# Created by: Philippe Le Berre <philippe@le-berre.com> # $FreeBSD$ -# PORTNAME= ftpproxy PORTVERSION= 1.2.3 @@ -23,6 +19,7 @@ MAN1= ftp.proxy.1 MANCOMPRESSED= no PLIST_FILES= sbin/ftp.proxy +NO_STAGE= yes pre-build: @${REINPLACE_CMD} -e 's|^CFLAGS.*|CFLAGS=${CFLAGS} \ -DVERSION=\\"${PORTVERSION}\\"|' ${WRKSRC}/src/Makefile |