diff options
Diffstat (limited to 'shells/bash-completion-classic/Makefile')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile deleted file mode 100644 index 7ef76076e371..000000000000 --- a/shells/bash-completion-classic/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: bash_completion -# Date created: 29 May 2003 -# Whom: kirk@strauser.com -# -# $FreeBSD$ -# - -PORTNAME= bash-completion -PORTVERSION= 20031112 -CATEGORIES= shells -MASTER_SITES= http://www.caliban.org/files/bash/ - -MAINTAINER= kirk@strauser.com -COMMENT= Programmable completion library for Bash 2.04 and up - -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 - -WRKSRC= ${WRKDIR}/bash_completion -NO_BUILD= yes - -PKGMESSAGE= ${WRKDIR}/pkg-message - -pre-patch: - @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message >${PKGMESSAGE} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/bash_completion ${PREFIX}/etc/bash_completion - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |