diff options
Diffstat (limited to 'sysutils/finfo/Makefile')
-rw-r--r-- | sysutils/finfo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile index 368b30141b64..cf79d3f43b6d 100644 --- a/sysutils/finfo/Makefile +++ b/sysutils/finfo/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: finfo -# Date created: Tue Jul 18, 2002 -# Whom: Michael L. Hostbaek (mich@freebsdcluster.org) -# +# Created by: Michael L. Hostbaek (mich@freebsdcluster.org) # $FreeBSD$ -# PORTNAME= finfo PORTVERSION= 0.1 @@ -17,6 +12,7 @@ COMMENT= Finfo displays potentially useful information about a file PLIST_FILES= bin/finfo MAN1= finfo.1 +NO_STAGE= yes do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c) |