diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 09:08:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 09:08:25 +0000 |
commit | dc629e76b8ada56a3c955ffbe511797023aa6c22 (patch) | |
tree | 06c06dba36596e9f6ca6e45beee840bdbe06c7bc /textproc/htdig | |
parent | 128a1ba7c6974b43bb106f1bac633e9068df3b4f (diff) | |
download | ports-dc629e76b8ada56a3c955ffbe511797023aa6c22.tar.gz ports-dc629e76b8ada56a3c955ffbe511797023aa6c22.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.
Notes
Notes:
svn path=/head/; revision=14807
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 |