mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- Update MASTER_SITES
- Cleanup PR: 177914 Submitted by: ports fury
This commit is contained in:
parent
e19f586396
commit
85f578720f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316857
1 changed files with 7 additions and 11 deletions
|
@ -5,7 +5,8 @@ PORTNAME= secure_delete
|
|||
PORTVERSION= 3.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= PACKETSTORM/group/thc
|
||||
MASTER_SITES= PACKETSTORM/groups/thc \
|
||||
http://freeworld.thc.org/releases/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Secure data deletion toolkit
|
||||
|
@ -26,8 +27,6 @@ PLIST_FILES= ${BIN_PROGRAMS:S,^,bin/,} ${BIN_SCRIPTS:S,^,bin/,} bin/sdel
|
|||
BIN_PROGRAMS= srm sfill sswap smem
|
||||
BIN_SCRIPTS= the_cleaner.sh
|
||||
|
||||
BROKEN= does not fetch - master sites missing
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -44,16 +43,13 @@ do-install:
|
|||
.for i in ${BIN_SCRIPTS}
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
|
||||
.endfor
|
||||
${LN} -sf srm ${PREFIX}/bin/sdel
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for i in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
${LN} -sf srm ${PREFIX}/bin/sdel
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue