diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:03:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:03:26 +0800 |
commit | 75949a996e39878559ea48f6a2aacba0821c3f90 (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/avltree/Makefile | |
parent | a8e75368f3d8ed37ad064f089d86ee2af734e271 (diff) | |
download | freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.tar.gz freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.tar.zst freebsd-ports-gnome-75949a996e39878559ea48f6a2aacba0821c3f90.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Diffstat (limited to 'devel/avltree/Makefile')
-rw-r--r-- | devel/avltree/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/avltree/Makefile b/devel/avltree/Makefile index 4f485453c8aa..37efcdc4607a 100644 --- a/devel/avltree/Makefile +++ b/devel/avltree/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: avltree -# Date created: 13 January 2000 -# Whom: Bill Ross <bross@nas.nasa.gov> -# +# Created by: Bill Ross <bross@nas.nasa.gov> # $FreeBSD$ PORTNAME= avltree @@ -16,4 +13,5 @@ COMMENT= An in-memory index w/ binary and string keys and key counts MAN3= avltree.3 MANCOMPRESSED= yes +NO_STAGE= yes .include <bsd.port.mk> |