diff options
author | asami <asami@FreeBSD.org> | 1998-11-23 17:08:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-23 17:08:25 +0800 |
commit | 9b7a9b9bd00d6c5237e70586e5a238a310edab17 (patch) | |
tree | 0e182a3b8b6aacffff8d99afcef208877309cd79 /textproc/htdig | |
parent | e41038899f3f311bed01ec69ab6a26a2decd22a3 (diff) | |
download | freebsd-ports-gnome-9b7a9b9bd00d6c5237e70586e5a238a310edab17.tar.gz freebsd-ports-gnome-9b7a9b9bd00d6c5237e70586e5a238a310edab17.tar.zst freebsd-ports-gnome-9b7a9b9bd00d6c5237e70586e5a238a310edab17.zip |
Mark it broken, doesn't package.
===
===> Building package for htdig-3.1.0
Creating package /usr/ports/packages/All/htdig-3.1.0.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/htdig-3.1.0.tgz'
tar: can't add file etc/htdig.conf : No such file or directory
tar: can't add file share/htdig/footer.html : No such file or directory
tar: can't add file share/htdig/bad_words : No such file or directory
tar: can't add file share/htdig/header.html : No such file or directory
tar: can't add file share/htdig/nomatch.html : No such file or directory
tar: can't add file share/htdig/syntax.html : No such file or directory
tar: can't add file share/htdig/english.0 : No such file or directory
tar: can't add file share/htdig/english.aff : No such file or directory
tar: can't add file share/htdig/synonyms : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1
Stop.
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index cf245745ce8a..17ef644e667f 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1998/11/18 21:02:48 billf Exp $ # DISTNAME= htdig-3.1.0b2 @@ -17,6 +17,8 @@ MAINTAINER= billf@FreeBSD.org GNU_CONFIGURE= yes BUILD_TARGET= depends all +BROKEN= package + post-patch: ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.old |