diff options
author | kris <kris@FreeBSD.org> | 2003-08-08 12:01:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-08 12:01:20 +0800 |
commit | 04a8f8d6604657c3ecb2724e09944c32f6d28e36 (patch) | |
tree | df147ec9fe8bbe597f45189d87bef9ee3f5ebd9d /www/slash/Makefile | |
parent | 1b45f625f40f9b796b72cacbb49f340a0f7b4aaf (diff) | |
download | freebsd-ports-gnome-04a8f8d6604657c3ecb2724e09944c32f6d28e36.tar.gz freebsd-ports-gnome-04a8f8d6604657c3ecb2724e09944c32f6d28e36.tar.zst freebsd-ports-gnome-04a8f8d6604657c3ecb2724e09944c32f6d28e36.zip |
As announced on May 6, remove the broken www/slash port.
Diffstat (limited to 'www/slash/Makefile')
-rw-r--r-- | www/slash/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/slash/Makefile b/www/slash/Makefile deleted file mode 100644 index 905774a077c7..000000000000 --- a/www/slash/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: slash -# Date created: 18 March 2002 -# Whom: Autrijus Tang -# -# $FreeBSD$ -# - -PORTNAME= slash -PORTVERSION= 2.2.6 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= slashcode - -MAINTAINER= autrijus@autrijus.org -COMMENT= Slash-Like Automatic Storytelling Homepage system - -BROKEN= "Broken pkg-plist" - -BUILD_DEPENDS= ${LOCALBASE}/bin/safe_mysqld:${PORTSDIR}/databases/mysql323-server \ - ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash -RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} - -DOCS= README INSTALL - -post-install: - @${SED} s!%%LOCALBASE%%!${LOCALBASE}!g ${PKGMESSAGE} - -.include <bsd.port.mk> |