summaryrefslogtreecommitdiff
path: root/archivers/makeself (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITE to new locationDavid W. Chapman Jr.2001-07-072-3/+3
| | | | | | | | | | | Use EXTRACT_SUFX instead of DISTFILE since its only one file Update distinfo to reflect new filename on new site PR: 28382 Submitted by: Miguel Mendez <flynn@energyhq.org> Notes: svn path=/head/; revision=44854
* change master siteYing-Chieh Liao2001-05-221-1/+1
| | | | | | | | PR: 27514 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=42927
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-4/+2
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Unleash all of these ports upon the people. I no longer have any interestWill Andrews2000-06-221-1/+1
| | | | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. Notes: svn path=/head/; revision=29763
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27419
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami Notes: svn path=/head/; revision=26946
* Update port to 1.5.3Chris D. Faulhaber1999-12-292-4/+10
| | | | | | | | PR: 15755 Submitted by: Maintainer Notes: svn path=/head/; revision=24214
* Distfile changed on MASTER_SITE.Steve Price1999-12-101-1/+1
| | | | Notes: svn path=/head/; revision=23728
* Moving makeself from misc to archivers. makeself is a shell script thatSteve Price1999-12-105-0/+38
makes self-extracting shell scripts, and allows you to specify a "setup" command to execute upon finishing. Notes: svn path=/head/; revision=23727