diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-04-19 14:19:50 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-04-19 14:19:50 +0000 |
commit | bffbc6b6d4218c1947616a8fe1e799fc955e5c12 (patch) | |
tree | 2bf366e55a564f98b3bbca9d7e4f562fe56fac85 /devel/strace | |
parent | 9cd50d122643989fc7fd6d9bfd62e4fb52f893b3 (diff) | |
download | FreeBSD-ports-bffbc6b6d4218c1947616a8fe1e799fc955e5c12.zip FreeBSD-ports-bffbc6b6d4218c1947616a8fe1e799fc955e5c12.tar.gz |
New port: libdict
Libdict is a compact, ANSI C library which provides access to a set of
generic and flexible ``dictionary'' data structures. All algorithms
used in libdict have been optimized, and, with one very small exception,
are not recursive but iterative. It was written by Farooq Mela, and is
released under a BSD style licence.
PR: 50453
Submitted by: Alex Semenyaka
Diffstat (limited to 'devel/strace')
-rw-r--r-- | devel/strace/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/strace/Makefile b/devel/strace/Makefile index e857df3..740d542 100644 --- a/devel/strace/Makefile +++ b/devel/strace/Makefile @@ -20,8 +20,6 @@ ONLY_FOR_ARCHS= i386 MAN1= strace.1 -check-umask: - do-install: -${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/strace ${PREFIX}/bin |