1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Satoshi Asami
5b68ed1be7 chown and chmod should have been in post-install, not do-install,
or the "real" install would not be done!  Whew, I wouldn't have
caught this if I didn't remove /usr/X11R6 first.
1995-05-02 11:30:04 +00:00
Satoshi Asami
069e6920d0 Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
1995-04-24 09:10:36 +00:00
Satoshi Asami
8b2e20cba0 Don't forget to add
@${MAKE} ${.MAKEFLAGS} fake-pkg

to your do-install target! ;)
1995-04-21 01:21:34 +00:00
Satoshi Asami
ca676ef208 Updates of games Makefiles. I think they work, but don't quote
me on this. ;)
1995-04-20 18:21:16 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +00:00
Satoshi Asami
f4d6acbc42 And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here.  Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to.  Thanks....
1995-04-11 00:20:58 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Jean-Marc Zucconi
daab5b1f29 Change the master site. 1995-03-26 01:05:51 +00:00
Jean-Marc Zucconi
f825f95db3 Add missing '@'s 1995-02-12 17:17:08 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Steven Wallace
28f858e1b9 Use INSTALL_MANPAGES= yes.
Remove pre-install:
Update install:
1995-01-02 20:40:10 +00:00
Jean-Marc Zucconi
076fb73065 Use ${PREFIX}
Create destination directories before install
Set correct permissions
1994-11-21 02:19:48 +00:00
Jordan K. Hubbard
1314741226 I found the problem with the MASTER_SITES line. There was an extra
colon in there.
1994-11-10 12:17:17 +00:00
Jordan K. Hubbard
3391b0f865 The X11 jetpack game, from Jean-Marc Zucconi.
Submitted by:	Jean-Marc Zucconi
1994-09-21 12:22:34 +00:00