diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 10:06:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 10:06:51 +0000 |
commit | 0edeeecc1b4190705dbb38dc2d52c40b1547b339 (patch) | |
tree | c926512ae98e88f02c9ba015bea3436e6fdf28a8 /sysutils | |
parent | 9d867e6d896e783a903ec3ace0dcbf7411dfe55f (diff) | |
download | ports-0edeeecc1b4190705dbb38dc2d52c40b1547b339.tar.gz ports-0edeeecc1b4190705dbb38dc2d52c40b1547b339.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dd_rescue/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 9ec084573f49..6e23645a43d5 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -8,12 +8,13 @@ MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ \ http://fossies.org/unix/privat/ MAINTAINER= nobutaka@FreeBSD.org -COMMENT= A dd tool suitable for rescuing data from a medium with errors +COMMENT= dd tool suitable for rescuing data from a medium with errors LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default |