summaryrefslogtreecommitdiff
path: root/plan9/9menu/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2000-12-14Move 9menu to from plan9 to misc.wiz1-22/+0
2000-06-14Use the defines from bsd.pkg.mk, don't start subshells.hubertf1-3/+2
(The values for uname etc. will probably be passed in from upper-level make processes).
1999-04-01Rewrite the extraction commands to be more intuitive.agc1-4/+2
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-02-04Set USE_X11=yes, to denote that the package uses X11 libraries andagc1-1/+3
headers to build (from Tim Rightnour).
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-10/+10
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: fix RCS Idhubertf1-1/+1
1997-10-17add MANCOMPRESSED, MAN1hubertf1-1/+9
1997-10-09Add NetBSD RCS Ids.agc1-0/+1
1997-10-09Initial import of FreeBSD plan9 ports category into the NetBSD packageagc1-0/+21
system.