diff options
Diffstat (limited to 'misc/mmv/Makefile')
-rw-r--r-- | misc/mmv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 636fc87b2365..f5bcf3b28a92 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmv -# Date created: 2 Feb 1995 -# Whom: Michael Elbel (me) -# +# Created by: Michael Elbel (me) # $FreeBSD$ -# PORTNAME= mmv PORTVERSION= 1.01b.15 @@ -23,6 +19,7 @@ MAN1= mmv.1 mad.1 mcp.1 mln.1 PLIST_FILES= bin/mmv bin/mad bin/mcp bin/mln WRKSRC= ${WRKDIR}/${PORTNAME}-1.01b.orig +NO_STAGE= yes do-build: @(cd ${WRKSRC} ; \ ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c ; ) |