diff options
| author | rsc <devnull@localhost> | 2003-09-30 19:05:50 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-09-30 19:05:50 +0000 |
| commit | 522b0689c340d26feeac360640bf7e2e0582353c (patch) | |
| tree | ba3a550c28684be3b3997899528a110c4e9cd91a /src/libthread/bundle.ports | |
| parent | 2df2758496b2ab508d349208449f04d85ae2eb2c (diff) | |
| download | plan9port-522b0689c340d26feeac360640bf7e2e0582353c.tar.gz plan9port-522b0689c340d26feeac360640bf7e2e0582353c.zip | |
Reorg
Diffstat (limited to 'src/libthread/bundle.ports')
| -rw-r--r-- | src/libthread/bundle.ports | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/src/libthread/bundle.ports b/src/libthread/bundle.ports deleted file mode 100644 index adfeb904..00000000 --- a/src/libthread/bundle.ports +++ /dev/null @@ -1,42 +0,0 @@ ---- Makefile --- -# New ports collection makefile for: libthread -# Date Created: 11 Feb 2003 -# Whom: rsc -# - -PORTNAME= libthread -PORTVERSION= 1.0 -CATEGORIES= devel -MASTER_SITES= http://pdos.lcs.mit.edu/~rsc/software/ -DISTNAME= libthread -EXTRACT_SUFX= .tgz - -MAINTAINER= rsc@post.harvard.edu - -MAN3= print.3 fmtinstall.3 -MLINKS= XXX -USE_REINPLACE= XXX (wkj says yes) - -.include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} -e 's,@@LOCAL@@,${PREFIX},g' ${WRKSRC}/Makefile - -.include <bsd.port.post.mk> - ---- pkg-comment --- -Plan 9 thread library ---- pkg-descr --- -Libthread is a port of Plan 9's thread library. - -WWW: http://pdos.lcs.mit.edu/~rsc/software/ -WWW: http://plan9.bell-labs.com/magic/man2html/2/thread - -Russ Cox -rsc@post.harvard.edu ---- pkg-plist --- -lib/libthread.a -include/thread.h ---- /dev/null --- -This is just a way to make sure blank lines don't -creep into pkg-plist. |
