From 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 20 Sep 2013 23:05:58 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) --- sysutils/backupme/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sysutils/backupme') diff --git a/sysutils/backupme/Makefile b/sysutils/backupme/Makefile index c199b20f4395..ccfbdcfef37f 100644 --- a/sysutils/backupme/Makefile +++ b/sysutils/backupme/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: backupme -# Date created: 21 May 2010 -# Whom: Yaroslav Berezhinskiy -# +# Created by: Yaroslav Berezhinskiy # $FreeBSD$ -# PORTNAME= backupme PORTVERSION= 0.1 @@ -32,6 +28,7 @@ NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/${PORTNAME} \ etc/${PORTNAME}.sample.xml +NO_STAGE= yes do-install: @${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ @${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/ -- cgit v1.2.3