aboutsummaryrefslogtreecommitdiff
path: root/sysutils/recoverdm
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:25:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-26 01:25:20 +0000
commit24e990e3ee32374b1677863657669b5f11ce62ab (patch)
tree8ea0ecd4cb025524b239623d961f17937943c358 /sysutils/recoverdm
parent138604a7144a33f9c94d8012592317f521fd16d8 (diff)
downloadports-24e990e3ee32374b1677863657669b5f11ce62ab.tar.gz
ports-24e990e3ee32374b1677863657669b5f11ce62ab.zip
- Add LICENSE
- Strip binaries
Notes
Notes: svn path=/head/; revision=379970
Diffstat (limited to 'sysutils/recoverdm')
-rw-r--r--sysutils/recoverdm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/recoverdm/Makefile b/sysutils/recoverdm/Makefile
index e6d6cd872e1c..d3ed8c949564 100644
--- a/sysutils/recoverdm/Makefile
+++ b/sysutils/recoverdm/Makefile
@@ -10,6 +10,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Recover files and discs with damaged sectors
+LICENSE= GPLv2
+
PLIST_FILES= bin/mergebad bin/recoverdm man/man1/${PORTNAME}.1.gz
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+
.include <bsd.port.mk>