diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-05 07:48:44 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-05 07:48:44 +0800 |
commit | 51155493954d13a5746d83db2524405e2e9cc1f6 (patch) | |
tree | fa0a19b71f20574d9d24f954f9ece55d0d0d1d0f /misc | |
parent | 1528280eb1026e736075297353c4006e477bf2ae (diff) | |
download | freebsd-ports-gnome-51155493954d13a5746d83db2524405e2e9cc1f6.tar.gz freebsd-ports-gnome-51155493954d13a5746d83db2524405e2e9cc1f6.tar.zst freebsd-ports-gnome-51155493954d13a5746d83db2524405e2e9cc1f6.zip |
- removal of non-essential meta port
throws port into bikeshed:
http://www.freebsd.org/doc/en/articles/mailing-list-faq/bikeshed.html
PR: 176610
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/instant-server/Makefile | 37 | ||||
-rw-r--r-- | misc/instant-server/pkg-descr | 1 | ||||
-rw-r--r-- | misc/instant-server/pkg-message | 3 |
4 files changed, 0 insertions, 42 deletions
diff --git a/misc/Makefile b/misc/Makefile index b41f30236f46..accb8abc85b2 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -184,7 +184,6 @@ SUBDIR += hulgalugha SUBDIR += imerge SUBDIR += inplace - SUBDIR += instant-server SUBDIR += ipa_conv SUBDIR += ipbt SUBDIR += iselect diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile deleted file mode 100644 index dda5814dbe55..000000000000 --- a/misc/instant-server/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: instant-server -# Date created: 12 February 2001 -# Whom: grog -# -# $FreeBSD$ -# - -PORTNAME= instant-server -PORTVERSION= 1.0 -PORTREVISION= 10 -CATEGORIES= misc -MASTER_SITES= # Empty -DISTFILES= # None - -MAINTAINER= ports@FreeBSD.org -COMMENT= Instant server installs a typical set of ports for a server - -RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ - ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server \ - ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} \ - ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ - cnewsdo:${PORTSDIR}/news/cnews \ - ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid - -SAMBA_PORT?= net/samba36 - -# Don't let stupid programs ask for configuration. - -BATCH= YES -USE_APACHE_RUN= 22+ -NO_BUILD= yes - -# comms/hylafax irc/ircd-hybrid - -do-install: - -.include <bsd.port.mk> diff --git a/misc/instant-server/pkg-descr b/misc/instant-server/pkg-descr deleted file mode 100644 index 7ebcd79aab6b..000000000000 --- a/misc/instant-server/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -instant server installs a typical set of ports for a server diff --git a/misc/instant-server/pkg-message b/misc/instant-server/pkg-message deleted file mode 100644 index 2b7478fa8d00..000000000000 --- a/misc/instant-server/pkg-message +++ /dev/null @@ -1,3 +0,0 @@ -This package does not include online documentation. You will find PDF -documents in English and German in the directory -/usr/local/share/doc/sceptre. |