asau
4eca2cfc6f
"user-destdir" is default these days
2012-09-11 19:46:52 +00:00
jlam
6a0bbfc676
Mechanical changes to add full DESTDIR support to packages that install
...
their files via a custom do-install target.
2008-03-02 03:48:36 +00:00
obache
e896edb7fe
Rename variable MAKEFILE to MAKE_FILE.
2006-09-09 02:41:53 +00:00
wiz
776a05be72
Reset maintainer for people who lost their commit bit.
2006-09-03 00:56:28 +00:00
joerg
c72984ce06
Honour PKGMANDIR.
2006-07-17 17:37:35 +00:00
rillig
6ac350a20a
Fixed some pkglint warnings of the form:
...
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01 16:41:29 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
minskim
5a4e75ef0d
Enable pkgviews installation.
2004-07-28 02:47:34 +00:00
grant
0872fa7055
s/netbsd.org/NetBSD.org/i
2004-05-12 21:56:52 +00:00
jlam
326169077a
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
2004-03-23 04:40:59 +00:00
xtraeme
6c39a6eab6
bl3ify
2004-03-11 18:03:49 +00:00
agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +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
jlam
1c57323789
Merge packages from the buildlink2 branch back into the main trunk that
...
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jlam
139241c40c
Use auto-extract code for .shar files.
2002-01-27 18:32:32 +00:00
jlam
71ac3c1d07
Honor CFLAGS passed in from environment during build and mark as
...
USE_BUILDLINK_ONLY.
2001-07-16 10:01:27 +00:00
wiz
c53fae8ea1
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 13:15:24 +00:00
agc
171e025b4a
Rewrite the extraction commands to be more intuitive.
...
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-04-01 14:07:52 +00:00
agc
43c6fa2d10
Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy.
1998-11-12 15:19:59 +00:00
agc
4a882b7d0c
Update package Makefiles for automatic manual page handling.
1998-06-18 16:06:37 +00:00
frueauf
9804670341
Remove bogus do-extract: rule and make this work with WRKOBJDIR.
1998-05-10 15:29:19 +00:00
agc
dccd43243d
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
...
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
frueauf
26fc0e41fe
portlint: gunzip->${GUNZIP_CMD}; some reordering.
1998-03-16 10:44:43 +00:00
mycroft
64b6218dfd
Oops; add a list of man pages.
1998-03-13 22:21:12 +00:00
mycroft
9bc3ca60b5
macutil, for converting Mac archives, etc.
1998-03-13 22:15:23 +00:00