diff options
Diffstat (limited to 'textproc/dikt/Makefile')
-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> |