aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpsesame/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:23:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:23:18 +0000
commit1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch)
tree4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/ftpsesame/Makefile
parent4a65c836693c56cb403b7a0b47a9514037a4bcec (diff)
downloadports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz
ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: ftp)
Notes
Notes: svn path=/head/; revision=327729
Diffstat (limited to 'ftp/ftpsesame/Makefile')
-rw-r--r--ftp/ftpsesame/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile
index 6ceb221910bb..057acfba2072 100644
--- a/ftp/ftpsesame/Makefile
+++ b/ftp/ftpsesame/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ftpsesame
-# Date created: 1 May 2006
-# Whom: Sergey Matveychuk <sem@FreeBSD.org>
-#
+# Created by: Sergey Matveychuk <sem@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= ftpsesame
PORTVERSION= 0.95
@@ -21,4 +17,5 @@ USE_RC_SUBR= ftpsesame
MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}
+NO_STAGE= yes
.include <bsd.port.mk>