aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portless/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/portless/Makefile')
-rw-r--r--ports-mgmt/portless/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/ports-mgmt/portless/Makefile b/ports-mgmt/portless/Makefile
deleted file mode 100644
index d1a3e2045b44..000000000000
--- a/ports-mgmt/portless/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: portless
-# Date created: 8 June 2006
-# Whom: Martin Kammerhofer
-#
-# $FreeBSD$
-#
-
-PORTNAME= portless
-PORTVERSION= 0.2.5
-CATEGORIES= misc
-MASTER_SITES= # empty
-DISTFILES= # none
-EXTRACT_ONLY= # empty
-
-MAINTAINER= mkamm@gmx.net
-COMMENT= Quick display of files inside the FreeBSD ports tree
-
-RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
-
-MAN1= portless.1
-MANCOMPRESSED= no
-
-PLIST_FILES= bin/portless
-
-do-build:
- ${SED} -e 's;@BASH@;${LOCALBASE}/bin/bash;g' \
- ${FILESDIR}/portless.sh >${WRKDIR}/portless
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/portless ${PREFIX}/bin
- ${INSTALL_MAN} ${FILESDIR}/portless.1 ${PREFIX}/man/man1
-
-.include <bsd.port.mk>