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 | |
parent | 128a1ba7c6974b43bb106f1bac633e9068df3b4f (diff) | |
download | ports-dc629e76b8ada56a3c955ffbe511797023aa6c22.tar.gz ports-dc629e76b8ada56a3c955ffbe511797023aa6c22.zip |
Notes
Diffstat (limited to 'textproc')
-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 |