diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:13:47 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:13:47 +0800 |
commit | 36117d709704f772dbc3d305cda6923741791598 (patch) | |
tree | 6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/py-pylibmc | |
parent | da36d73df110e6c5e375c94ba2ebbfb705fe6bf6 (diff) | |
download | freebsd-ports-gnome-36117d709704f772dbc3d305cda6923741791598.tar.gz freebsd-ports-gnome-36117d709704f772dbc3d305cda6923741791598.tar.zst freebsd-ports-gnome-36117d709704f772dbc3d305cda6923741791598.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Diffstat (limited to 'databases/py-pylibmc')
-rw-r--r-- | databases/py-pylibmc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/py-pylibmc/Makefile b/databases/py-pylibmc/Makefile index 3240452cf7e3..cef350ac755f 100644 --- a/databases/py-pylibmc/Makefile +++ b/databases/py-pylibmc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pylibmc -# Date created: 2009-11-25 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= pylibmc PORTVERSION= 1.2.3 @@ -22,4 +18,5 @@ MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}" USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes +NO_STAGE= yes .include <bsd.port.mk> |