aboutsummaryrefslogtreecommitdiff
path: root/textproc/catdoc
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-12-27 04:21:58 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-12-27 04:21:58 +0000
commitb36f2678f065edce8825d99695d6ab5d2840c21f (patch)
tree93350670833fafa20153935262459b08f0b6d264 /textproc/catdoc
parentbc506d814572e5442095e6d42994833a2b2b6346 (diff)
downloadports-b36f2678f065edce8825d99695d6ab5d2840c21f.tar.gz
ports-b36f2678f065edce8825d99695d6ab5d2840c21f.zip
Notes
Diffstat (limited to 'textproc/catdoc')
-rw-r--r--textproc/catdoc/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile
index 7892b0bd4fde..a8b4a9939f53 100644
--- a/textproc/catdoc/Makefile
+++ b/textproc/catdoc/Makefile
@@ -3,26 +3,22 @@
# Date created: 11 November 1997
# Whom: Brion Moss <brion@queeg.com>
#
-# $Id: Makefile,v 1.5 1998/07/24 11:48:20 ache Exp $
+# $Id: Makefile,v 1.6 1998/12/22 03:03:31 jseger Exp $
#
DISTNAME= catdoc-0.90.1
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/
+MASTER_SITES= ftp://ftp.ice.ru/pub/vitus/ \
+ http://www.FreeBSD.org/~billf/
MAINTAINER= brion@queeg.com
-MAN1= catdoc.1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-wish=/usr/local/bin/wish8.0
+MAN1= catdoc.1
.if !defined(LANG) || ${LANG} != ru_RU.KOI8-R
# Remove the below line to get Cyrillic code page support instead
CFLAGS+= -DLATIN1=1
.endif
-# the author seems to have included some .o files for us ;-)
-pre-build:
- @cd $(WRKSRC); $(MAKE) -k clean
-
.include <bsd.port.mk>