summaryrefslogtreecommitdiff
path: root/archivers/macutil/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2005-12-01Fixed some pkglint warnings of the form:rillig1-2/+2
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-07-28Enable pkgviews installation.minskim1-1/+5
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-2/+2
have been converted to USE_BUILDLINK2.
2002-01-27Use auto-extract code for .shar files.jlam1-2/+1
2001-07-16Honor CFLAGS passed in from environment during build and mark asjlam1-1/+3
USE_BUILDLINK_ONLY.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
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}
1998-11-12Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy.agc1-3/+5
1998-06-18Update package Makefiles for automatic manual page handling.agc1-4/+1
1998-05-10Remove bogus do-extract: rule and make this work with WRKOBJDIR.frueauf1-13/+11
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-03-16portlint: gunzip->${GUNZIP_CMD}; some reordering.frueauf1-4/+5
1998-03-13Oops; add a list of man pages.mycroft1-1/+4
1998-03-13macutil, for converting Mac archives, etc.mycroft1-0/+39