diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 00:21:37 +0800 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/ithought | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.tar.gz freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.tar.zst freebsd-ports-gnome-cf104c570b6057a060aff137032968074d18b40d.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Diffstat (limited to 'deskutils/ithought')
-rw-r--r-- | deskutils/ithought/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile index aed3985e5106..717e6cd6d2d9 100644 --- a/deskutils/ithought/Makefile +++ b/deskutils/ithought/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ithought -# Date created: 20 Feb 2001 -# Whom: nbm -# +# Created by: nbm # $FreeBSD$ -# PORTNAME= ithought PORTVERSION= a5 @@ -18,4 +14,5 @@ USE_GNOME= gtk12 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/libexec +NO_STAGE= yes .include <bsd.port.mk> |