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/autocutsel | |
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/autocutsel')
-rw-r--r-- | deskutils/autocutsel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile index 5b86cb32d8c2..42fb8de615c5 100644 --- a/deskutils/autocutsel/Makefile +++ b/deskutils/autocutsel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autocutsel -# Date created: 13 November 2003 -# Whom: john@jnielsen.net -# +# Created by: john@jnielsen.net # $FreeBSD$ -# PORTNAME= autocutsel PORTVERSION= 0.9.0 @@ -22,4 +18,5 @@ USE_GMAKE= yes PLIST_FILES= bin/autocutsel \ bin/cutsel +NO_STAGE= yes .include <bsd.port.mk> |