diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 23:55:44 +0800 |
commit | e0e72501367000f88aed7526756db60bf23087f3 (patch) | |
tree | 8297dcd0b71086ee72b8499934378d51ab6f897f /biology/linux-foldingathome | |
parent | b715b89a1416d2148b4fef07ef9a3ce0c8e4d11d (diff) | |
download | freebsd-ports-gnome-e0e72501367000f88aed7526756db60bf23087f3.tar.gz freebsd-ports-gnome-e0e72501367000f88aed7526756db60bf23087f3.tar.zst freebsd-ports-gnome-e0e72501367000f88aed7526756db60bf23087f3.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: biology)
Diffstat (limited to 'biology/linux-foldingathome')
-rw-r--r-- | biology/linux-foldingathome/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/biology/linux-foldingathome/Makefile b/biology/linux-foldingathome/Makefile index 417f87089a94..54ac1b8a267f 100644 --- a/biology/linux-foldingathome/Makefile +++ b/biology/linux-foldingathome/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: foldingathome -# Date created: 2/8/2006 -# Whom: Yonatan <onatan@gmail.com> -# +# Created by: Yonatan <onatan@gmail.com> # $FreeBSD$ -# PORTNAME= foldingathome PORTVERSION= 5.04 @@ -23,6 +19,7 @@ PLIST_FILES= share/${PORTNAME}/${DISTNAME}${EXTRACT_SUFX} \ bin/FoldingAtHome PLIST_DIRS= share/${PORTNAME} +NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} |