aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-01-22 17:52:33 +0800
committermharo <mharo@FreeBSD.org>2000-01-22 17:52:33 +0800
commitc3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510 (patch)
treed4fcd5a62ee318a5fb97dc490059a6c5422fa990 /sysutils
parent467d249b89d409399814558785e5f2b891e4fa6e (diff)
downloadfreebsd-ports-gnome-c3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510.tar.gz
freebsd-ports-gnome-c3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510.tar.zst
freebsd-ports-gnome-c3d2cb0512cc9fe37d0fcaa176dbe0b3e6ba4510.zip
Suppprt CC/CFLAGS properly
PR: 16282 Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'sysutils')
-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