summaryrefslogtreecommitdiff
path: root/sysutils/bchunk
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-01-22 09:52:33 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-01-22 09:52:33 +0000
commit70ba342fae905495c2fc2693848d02a2cf4b9a7b (patch)
tree10a50ae832219f51ca6e2b89ebf2789b0317920d /sysutils/bchunk
parentUpdate to January 14, 2000 release (diff)
Suppprt CC/CFLAGS properly
PR: 16282 Submitted by: tkato@prontomail.ne.jp
Notes
Notes: svn path=/head/; revision=24914
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 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