diff options
Diffstat (limited to 'textproc/redet/Makefile')
-rw-r--r-- | textproc/redet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/redet/Makefile b/textproc/redet/Makefile index 60c657c12819..e5c6fd75d29c 100644 --- a/textproc/redet/Makefile +++ b/textproc/redet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: redet -# Date created: 2005-07-18 -# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru> -# +# Created by: Vsevolod Stakhov <vsevolod@highsecure.ru> # $FreeBSD$ -# PORTNAME= redet PORTVERSION= 8.26 @@ -23,6 +19,7 @@ PORTDOCS= AUTHORS COPYING CREDITS LICENSE NEWS README-General ChangeLog MAN1= redet.1 PLIST_FILES= bin/redet +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s@exec wish@exec ${WISH}@" ${WRKSRC}/redet.tcl |