diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:17:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:17:30 +0800 |
commit | 260207ce91e2656af49dbcb8b2556c315389b3a2 (patch) | |
tree | b8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/dikt | |
parent | 3cc71fd1c319ccf30e263f2ae10fb269f9a03dc3 (diff) | |
download | freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.gz freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.tar.zst freebsd-ports-gnome-260207ce91e2656af49dbcb8b2556c315389b3a2.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)
Diffstat (limited to 'textproc/dikt')
-rw-r--r-- | textproc/dikt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile index 12eb78e15ef6..df84ec509ef1 100644 --- a/textproc/dikt/Makefile +++ b/textproc/dikt/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: dikt -# Date created: 28-12-2008 -# Whom: Goran Tal <goran.tal@gmail.com> -# +# Created by: Goran Tal <goran.tal@gmail.com> # $FreeBSD$ PORTNAME= dikt @@ -29,4 +26,5 @@ PLIST_FILES= bin/dikt \ share/kde4/services/dict.protocol PLIST_DIRS= share/apps/dikt +NO_STAGE= yes .include <bsd.port.mk> |