Commit graph

18 commits

Author SHA1 Message Date
leot
c8dce2db7b fortune-strfile: Add LICENSE 2018-06-23 11:15:55 +00:00
rillig
7a273b1698 games/*: fix alignment of variable values
pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
2018-01-14 17:33:57 +00:00
asau
45127be31e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
tnn
955f5698bc Needs nroff 2008-02-09 23:42:59 +00:00
joerg
5fd629f8ae Don't depend on mtree. 2007-03-15 20:43:24 +00:00
rillig
515c75b963 Uses USE_BSD_MAKEFILE. That is needed to compile the manual page on
Solaris.
2007-01-07 13:39:44 +00:00
rillig
c429e29a6f Fixed PKGMANDIR. 2006-11-09 08:31:31 +00:00
minskim
f0b8dd9c96 Honor *OWN, *GRP, and *MODE. 2006-06-08 16:21:17 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
rillig
8d1b4fc403 Removed the ONLY_FOR_PLATFORM=NetBSD-*. The package probably works
elsewhere, too.
2005-12-02 11:49:06 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
drochner
8c1e07f7d3 This is src/games/fortune/strfile/* from the main tree
(a HOSTPROG which is not installed).
It is needed to prepare supplementary cookie collections.
(We could turn the HOSTPROG into a regular TOOL, but a pkg version is still
useful for older installations.)
2002-10-01 10:31:51 +00:00