David E. O'Brien
e4990fe810
Don't hardcode the arch symbols.
2000-11-10 18:18:04 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Steve Price
661b3f5303
Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha.
2000-08-08 03:04:26 +00:00
David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
David E. O'Brien
1c5fe891c5
portlint
1999-09-04 20:34:13 +00:00
Michael Haro
3262cce303
expr -> ${EXPR}
...
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
1999-08-28 02:42:41 +00:00
Michael Haro
8d6f14a9b2
sed -> ${SED}
1999-08-28 02:17:34 +00:00
Michael Haro
af5f314286
ln -> ${LN}
1999-08-28 01:58:05 +00:00
David E. O'Brien
f0f690adc1
Change Id->FreeBSD.
1999-08-25 06:35:40 +00:00
David E. O'Brien
69bf95c184
Don't use a generic PLIST which is then fixedup. Note, that others using
...
our ports collection will have to come up with a solution for this.
Requested by: Satoshi
1996-12-31 15:08:23 +00:00
David E. O'Brien
a7ed5d35e0
lcc is the retargetable ANSI C compiler described in the book
...
`A Retargetable C Compiler: Design and Implementation'
(Addison-Wesley, 1995, ISBN 0-8053-1670-1).
lcc is a production compiler with a hand crafted lexical analyzer and a
hand-coded recursive decent parser. The lexer and parser code is well
written and very easy to read (and learn from :-)).
lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it
does not under stand FreeBSD's "long long" data type.
Contributions by: Soren Schmidt
1996-12-27 11:09:49 +00:00