diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/tpp | |
parent | - Reassign to the heap at maintainer's request (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: misc)
Diffstat (limited to 'misc/tpp')
-rw-r--r-- | misc/tpp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/tpp/Makefile b/misc/tpp/Makefile index 77649e079c99..f50e0ffdb838 100644 --- a/misc/tpp/Makefile +++ b/misc/tpp/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: tpp -# Date created: 2004-08-30 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= tpp @@ -21,4 +18,5 @@ RUBY_NO_BUILD_DEPENDS= yes MAN1= tpp.1 +NO_STAGE= yes .include <bsd.port.mk> |