diff options
Diffstat (limited to 'misc/seq2/Makefile')
-rw-r--r-- | misc/seq2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile index 8df2a4ea9cab..a3df377ab864 100644 --- a/misc/seq2/Makefile +++ b/misc/seq2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: seq2 -# Date created: 31 Oct 2003 -# Whom: osa -# +# Created by: osa # $FreeBSD$ -# PORTNAME= seq2 PORTVERSION= 0.2 @@ -22,6 +18,7 @@ CONFIGURE_SCRIPT= configure.1 MAN1= seq2.1 PLIST_FILES= bin/seq2 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \ ${WRKSRC}/Makefile.in |