diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 09:52:33 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 09:52:33 +0000 |
commit | 70ba342fae905495c2fc2693848d02a2cf4b9a7b (patch) | |
tree | 10a50ae832219f51ca6e2b89ebf2789b0317920d /sysutils | |
parent | 6b9e19fe3d8baf492aebb9755952eda9a7a76084 (diff) | |
download | ports-70ba342fae905495c2fc2693848d02a2cf4b9a7b.tar.gz ports-70ba342fae905495c2fc2693848d02a2cf4b9a7b.zip |
Suppprt CC/CFLAGS properly
PR: 16282
Submitted by: tkato@prontomail.ne.jp
Notes
Notes:
svn path=/head/; revision=24914
Diffstat (limited to 'sysutils')
-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 |