aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkgfe/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
commitb47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch)
tree82e808f1c6023ffd99af5a14a44b649fd49d587e /ports-mgmt/pkgfe/Makefile
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_1_0'.release/6.1.0
Notes
Notes: svn path=/head/; revision=159032 svn path=/tags/RELEASE_6_1_0/; revision=159033; tag=release/6.1.0
Diffstat (limited to 'ports-mgmt/pkgfe/Makefile')
-rw-r--r--ports-mgmt/pkgfe/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/ports-mgmt/pkgfe/Makefile b/ports-mgmt/pkgfe/Makefile
deleted file mode 100644
index 3c277a9fb95a..000000000000
--- a/ports-mgmt/pkgfe/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: pkgfe
-# Date created: 2006-01-14
-# Whom: Sulev-Madis Silber <madis555@hot.ee>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pkgfe
-PORTVERSION= 20060207
-CATEGORIES= sysutils
-MASTER_SITES= http://ketas.life.ee/ports/ \
- http://ketas.si.pri.ee/ports/
-
-MAINTAINER= madis555@hot.ee
-COMMENT= Ncurses front-end to manage the ports collection
-
-RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade \
- portaudit:${PORTSDIR}/security/portaudit \
- csup:${PORTSDIR}/net/csup
-
-NO_BUILD= yes
-
-PLIST_FILES= sbin/pkgfe etc/pkgfe.conf
-
-do-install:
- ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/pkgfe
- ${INSTALL_SCRIPT} ${WRKSRC}/pkgfe ${PREFIX}/sbin/pkgfe
- ${INSTALL_DATA} ${WRKSRC}/pkgfe.conf ${PREFIX}/etc/pkgfe.conf
-
-.include <bsd.port.mk>