diff options
Diffstat (limited to 'sysutils/managepkg')
-rw-r--r-- | sysutils/managepkg/Makefile | 28 | ||||
-rw-r--r-- | sysutils/managepkg/distinfo | 3 | ||||
-rw-r--r-- | sysutils/managepkg/pkg-descr | 17 |
3 files changed, 0 insertions, 48 deletions
diff --git a/sysutils/managepkg/Makefile b/sysutils/managepkg/Makefile deleted file mode 100644 index a9ad75191fe4..000000000000 --- a/sysutils/managepkg/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: managepkg -# Date created: 2005-09-04 -# Whom: Andreas Fehlner <fehlner@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= managepkg -PORTVERSION= 1.1 -CATEGORIES= sysutils -MASTER_SITES= http://www.cul.de/data/\ - http://home.arcor.de/fehlner/fbsd_ports/\ - http://home.arcor.de/teambushido/fbsd_ports/ -EXTRACT_SUFX= .gz - -MAINTAINER= fehlner@gmx.de -COMMENT= Script for maintining ports -# Any ideas for a better comment? - -EXTRACT_AFTER_ARGS= ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${PORTNAME} -WRKSRC= ${WRKDIR} -NO_BUILD= yes -PLIST_FILES= sbin/managepkg - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ - -.include <bsd.port.mk> diff --git a/sysutils/managepkg/distinfo b/sysutils/managepkg/distinfo deleted file mode 100644 index 8a0701f48bf4..000000000000 --- a/sysutils/managepkg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (managepkg-1.1.gz) = 7e698db45723cb0a933363cc5a6cb718 -SHA256 (managepkg-1.1.gz) = 1b4d1f8df01b8da54f9b083de1789396d4f5efa69d19c264b1c5a08c6f008089 -SIZE (managepkg-1.1.gz) = 2497 diff --git a/sysutils/managepkg/pkg-descr b/sysutils/managepkg/pkg-descr deleted file mode 100644 index 568903156d13..000000000000 --- a/sysutils/managepkg/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -This script runs though the complete ports tree without stopping after a make -error occured. -If you call make with any parameter in one of the directories of the ports tree -in FreeBSD the run will stop if make returns with a code bigger than zero. That -means, that it is (in opposite to NetBSD or OpenBSD impossible to run a echo -complete build with \"make\" in FreeBSD. - -Warning: The run of the script may last days (but you may stop it any time). - -Call the script with the parameter you want to give to make, for instance fetch, -build, install, or package. - - -WWW: http://www.cul.de/data/ - --Andreas Fehlner -fehlner@gmx.de |