diff options
Diffstat (limited to 'sysutils/bchunk/Makefile')
-rw-r--r-- | sysutils/bchunk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 086809680ad3..8e420a3f93c0 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bchunk -# Date created: 9 Jan 1999 -# Whom: bsdx -# +# Created by: bsdx # $FreeBSD$ -# PORTNAME= bchunk PORTVERSION= 1.2.0 @@ -16,6 +12,7 @@ COMMENT= Converts .bin/.cue files to .iso/audio MAN1= bchunk.1 PLIST_FILES= bin/bchunk +NO_STAGE= yes do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk |