Commit Graph

13 Commits

Author SHA1 Message Date
David E. O'Brien
1aafd2fd71 Does not support 64-bit platforms. 2001-03-31 11:15:56 +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
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Michael Haro
e6040291c8 update mastersite
PR:		14458
Submitted by:	maintainer
1999-10-27 09:17:21 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Michael Haro
99e0b1f29f Yet more WWW: additions 1999-05-03 06:13:27 +00:00
Justin M. Seger
0b7c1e673e Fix post-patch target. 1998-10-14 03:10:42 +00:00
Satoshi Asami
1243759365 "mkdir" -> "mkdir -p" 1998-08-26 05:41:48 +00:00
Tim Vanderhoek
8ce50883da The first time I tried committing this set of manpage removals it got
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" ....  Hopefully that's not bad...  ;-)

Hmm..  Maybe I'll try doing this from beast, next!  kickme's a boring
machine, and bento is busy.
1998-08-18 18:33:15 +00:00
Thomas Gellekum
361aebb6d7 Don't install files into the user's home directory. 1998-06-16 12:49:03 +00:00
Satoshi Asami
7284b85420 Um, you can't install a file to a user's home directory (which is most
likely /root, and is useless for ordinary users anyway) during a port
install.  If the port *needs* a startup file (which is pretty broken
to begin with...whatever happened to defaults?), then the porter
should provide a "run this first" script to set it up.
=======
===>  Installing for o2c-1.16
for i in o2c o2b o2whereis o2ef ; do  cp docs/$i.1 /usr/local/man/man1/$i.1 ;  chmod 644 /usr/local/man/man1/$i.1 ;  done
if [ ! -f /home/asami/.o2c.red ]; then  cp system/o2c.red.template /home/asami/.o2c.red;  fi
cp: /home/asami/.o2c.red: No such file or directory
*** Error code 1
1998-06-16 12:06:13 +00:00
Thomas Gellekum
96446f840c New port o2c, an Oberon-2 compiler.
PR:		5273
Submitted by:	Oliver Breuninger <ob@seicom.NET>
1998-06-12 12:08:09 +00:00