diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-22 12:39:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-22 12:39:33 +0000 |
commit | 6b4d5d3e8f083a0895789ee93be7c467b8116aa2 (patch) | |
tree | 3b652f29d12821b7548ae522bf46fb653f46fc27 /www/apache21 | |
parent | Minor cleanup -- HAS_CONFIGURE + "--prefix=${PREFIX}" -> GNU_CONFIGURE. (diff) |
===> 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
Notes
Notes:
svn path=/head/; revision=10633
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index cc6c54123483..edd013ce4e45 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 |