1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix fetch.

This commit is contained in:
Adam Weinberger 2014-08-02 16:31:18 +00:00
parent 59c819fa9e
commit ef5bf69a75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363821

View File

@ -12,7 +12,7 @@ COMMENT= System call tracer
LICENSE= BSD3CLAUSE
USES= shebangfix perl5 # perl5 for strace-graph tar:bzip2
USES= shebangfix perl5 tar:bzip2 # perl5 for strace-graph
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= i386
@ -22,8 +22,6 @@ PLIST_FILES= bin/strace bin/strace-graph man/man1/strace.1.gz
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
PORTDOCS= AUTHORS COPYRIGHT CREDITS ChangeLog NEWS PORTING \
README README-freebsd README-svr4 TODO