diff options
Diffstat (limited to 'sysutils/bchunk')
-rw-r--r-- | sysutils/bchunk/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile index 1ac3b6439fb3..f373818a827f 100644 --- a/sysutils/bchunk/Makefile +++ b/sysutils/bchunk/Makefile @@ -1,7 +1,7 @@ -# New ports collection makefile for: bchunk -# Version required: 1.0.0 -# Date created: 9 Jan 1999 -# Whom: bsdx +# New ports collection makefile for: bchunk +# Version required: 1.0.0 +# Date created: 9 Jan 1999 +# Whom: bsdx # # $FreeBSD$ # @@ -10,11 +10,12 @@ DISTNAME= bchunk-1.0.0 CATEGORIES= sysutils MASTER_SITES= http://hes.iki.fi/bchunk/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= utils/disk-management +MASTER_SITE_SUBDIR= utils/disk-management MAINTAINER= ports@FreeBSD.org -ALL_TARGET= +do-build: + cd ${WRKSRC}; ${CC} ${CFLAGS} bchunk.c -o bchunk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bchunk ${PREFIX}/bin |