summaryrefslogtreecommitdiffstats
path: root/sysutils/bchunk
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-22 09:52:33 +0000
committermharo <mharo@FreeBSD.org>2000-01-22 09:52:33 +0000
commitc3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510 (patch)
treed4fcd5a62ee318a5fb97dc490059a6c5422fa990 /sysutils/bchunk
parent467d249b89d409399814558785e5f2b891e4fa6e (diff)
downloadFreeBSD-ports-c3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510.zip
FreeBSD-ports-c3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510.tar.gz
Suppprt CC/CFLAGS properly
PR: 16282 Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'sysutils/bchunk')
-rw-r--r--sysutils/bchunk/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/bchunk/Makefile b/sysutils/bchunk/Makefile
index 1ac3b64..f373818 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
OpenPOWER on IntegriCloud