diff options
author | asami <asami@FreeBSD.org> | 1998-04-22 12:39:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-22 12:39:33 +0000 |
commit | 029661e7ad9e3eabbdb91740237da4f51ff86153 (patch) | |
tree | d58342298d4e78f251b0b8d7ad77f46ce97752d6 /www/apache20/Makefile | |
parent | 49a54d8907ee136f890c73027604198f0b1fb3de (diff) | |
download | FreeBSD-ports-029661e7ad9e3eabbdb91740237da4f51ff86153.zip FreeBSD-ports-029661e7ad9e3eabbdb91740237da4f51ff86153.tar.gz |
===> Building package for apache-1.3b6
Creating package /usr/ports/packages/All/apache-1.3b6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/apache-1.3b6.tgz'
tar: can't add file sbin/dbmmanage : No such file or directory
tar: can't add file sbin/htdigest : No such file or directory
tar: can't add file sbin/htpasswd : No such file or directory
*** Error code 1
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index cc6c541..edd013c 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.47 1998/04/21 21:57:36 ache Exp $ +# $Id: Makefile,v 1.48 1998/04/22 12:38:13 asami Exp $ # DISTNAME= apache_1.3b6 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ MAINTAINER= ache@freebsd.org +BROKEN= package + NO_LATEST_LINK= yes GNU_CONFIGURE= yes |