aboutsummaryrefslogtreecommitdiff
path: root/sysutils/portupgrade-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r--sysutils/portupgrade-devel/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
deleted file mode 100644
index 378efb2e73f2..000000000000
--- a/sysutils/portupgrade-devel/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: portupgrade
-# Date created: 18 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= portupgrade
-PORTVERSION= 1.23
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.iDaemons.org/distfiles/
-MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-20010419
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse
-
-USE_RUBY= yes
-
-NO_BUILD= yes
-
-do-install:
- cd ${WRKSRC} && ${RUBY} install.rb
- ${MKDIR} ${PREFIX}/share/zsh/site-functions
- ${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
-.endif
-
-.include <bsd.port.mk>