diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:13:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:13:42 +0800 |
commit | 3ff0383d3a2fb21cdb1e80822419f4aac7fd522f (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/py-asn1 | |
parent | 8159014cc78f379bc2dd37a33cccefd446edd843 (diff) | |
download | freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.tar.gz freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.tar.zst freebsd-ports-gnome-3ff0383d3a2fb21cdb1e80822419f4aac7fd522f.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Diffstat (limited to 'devel/py-asn1')
-rw-r--r-- | devel/py-asn1/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-asn1/Makefile b/devel/py-asn1/Makefile index 59d260fd45c9..d152f79e290e 100644 --- a/devel/py-asn1/Makefile +++ b/devel/py-asn1/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-pyasn1 -# Date created: Sat Apr 8 21:37:32 CDT 2006 -# Whom: Martin Jackson <mhjacks@swbell.net> -# +# Created by: Martin Jackson <mhjacks@swbell.net> # $FreeBSD$ -# PORTNAME= asn1 PORTVERSION= 0.1.4 @@ -32,6 +28,7 @@ BASEDOCS= CHANGES \ DOCDOCS= pyasn1-tutorial.html +NO_STAGE= yes .include <bsd.port.options.mk> post-install: |