Commit Graph

24 Commits

Author SHA1 Message Date
Akinori MUSHA
2ab2d59488 De-pkg-comment. 2003-02-20 17:32:26 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Akinori MUSHA
bc07afc1c2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:53:27 +00:00
Kevin Lo
c76de79063 - Fix MASTER_SITES
- Replace scripts/configure with post-patch target

PR: 24822
Submitted by: Ports Fury
2001-02-03 17:04:42 +00:00
Will Andrews
fd6dcd7936 Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years. 2001-01-27 05:40:10 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Satoshi Asami
2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00
David E. O'Brien
253c66d044 Change Id->FreeBSD. 1999-08-25 06:06:33 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Seiichirou Hiraoka
8ee68ce31d Fix MASTER_SITE
Submitted by: s974123@cc.matsuyama-u.ac.jp
1999-05-10 18:19:38 +00:00
Steve Price
e4e0554e88 New master sites.
PR:		10337
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-03-08 21:03:14 +00:00
Steve Price
98a694e9a8 Move manpages from pkg/PLIST to MAN* macro in Makefile. 1998-09-28 02:25:34 +00:00
David E. O'Brien
20b9bbed0a Switched to using MASTER_SITES=${MASTER_SITE_XCONTRIB} and
MASTER_SITE_SUBDIR=games
swallace wasn't listed as MAINTAINER of any of his ports
janek@gaja.ipan.lublin.pl wasn't listed as MAINTAINER of any of his ports
bin.bin --> ${BINOWN}.${BINGRP}
chown --> /usr/sbin/chown
	(not everyone has /usr/sbin in their path, esp. if you sudo'ed to root)
mkdir -p --> ${MKDIR}
1997-01-03 09:38:01 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
76d301aa2d Shorten and fix typos.
Typo fix submitted by:	James Raynard <fports@jraynard.demon.co.uk>
1996-07-10 08:17:53 +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
Gary Palmer
3efdc9f77a Another one that has had the tarball changed from .tar.Z to .tar.gz 1995-03-28 04:18:23 +00:00
Andreas Schulz
e47aadda1e Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}. 1995-03-20 00:11:36 +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
Gary Palmer
2e252f7667 Add checksum files to these new ports 1995-01-05 04:04:23 +00:00
Steven Wallace
89c4367f5c X Solitare - a must for people at work with nothing to do 1995-01-03 08:46:26 +00:00