1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Add LICENSE

- Strip binaries
This commit is contained in:
Dmitry Marakasov 2015-02-26 01:25:20 +00:00
parent 138604a714
commit 24e990e3ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379970

View File

@ -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>