summaryrefslogtreecommitdiff
path: root/editors/sted/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sted/Makefile')
-rw-r--r--editors/sted/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/sted/Makefile b/editors/sted/Makefile
index 7c94378cacab..aa9d129a29f4 100644
--- a/editors/sted/Makefile
+++ b/editors/sted/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: sted
-# Date created: 19 May 1998
-# Whom: Andrey Zakhvatov
-#
+# Created by: Andrey Zakhvatov
# $FreeBSD$
-#
PORTNAME= sted
PORTVERSION= 0.2.2
@@ -21,6 +16,7 @@ MAN1= sted.1
PORTDOCS= CHANGES COPYING README
PLIST_FILES= bin/sted
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|CC = gcc|CC ?= gcc|" \
-e "s|C_OPTS = -Wall -O2|C_OPTS = ${CFLAGS}|" \