# New ports collection makefile for: bash # Date created: 21 August 1994 # Whom: jkh # # $FreeBSD$ # PORTNAME= bash PORTVERSION= 2.04 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz .endif MAINTAINER= ache@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static MAN1= bash.1 bashbug.1 post-install: ${CP} /etc/shells /etc/shells.bak (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ ${WRKDIR}/doc/article.ps \ ${WRKDIR}/doc/bashref.ps \ ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ ${WRKDIR}/doc/article.txt \ ${PREFIX}/share/doc/bash ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps .endif .include a href='/~lantw44/cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/pkg_cutleaves
Commit message (Expand)AuthorAgeFilesLines
* Add patches to make pkg_cutleaves compatible with pkgng, conditionalmatthew2012-03-134-1/+197
* Change the default behaviour to continue on newly found leaf packages.stefan2009-08-132-3/+3
* Update to 20080320:stefan2008-03-263-26/+101
* - Make this port self-contained.stefan2007-10-214-19/+478
* Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1
* Update to 20061113.stefan2006-11-142-4/+4
* Convert MAINTAINER to my freebsd.org account.stefan2006-05-071-1/+1
* - Update to 20060430, which uses pkg_delete instead of pkg_deinstallpav2006-05-012-8/+5
* - Update to 20051228pav2005-12-282-3/+4
* - Update to 20040517krion2004-05-174-339/+13
* Update to 20040414,mat2004-05-042-18/+34
* Update to 20040207pav2004-02-092-8/+22
* - Use PLIST_FILESclement2004-01-262-1/+2
* Update to 20031231pav2003-12-312-26/+37
* - Update to 20031227pav2003-12-284-29/+52
* Update to 20031115pav2003-11-173-16/+40