diff options
author | vs <vs@FreeBSD.org> | 2006-04-09 14:50:04 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-09 14:50:04 +0000 |
commit | c5207af5ac442edebfa2fdfa651d13b40af2ea7a (patch) | |
tree | 54f1e40c423c68ad87d57bb2e5c16dc249e8150a | |
parent | cd7bd5bc2d4bc272e5a0f21558064e33ba7e9e23 (diff) | |
download | FreeBSD-ports-c5207af5ac442edebfa2fdfa651d13b40af2ea7a.zip FreeBSD-ports-c5207af5ac442edebfa2fdfa651d13b40af2ea7a.tar.gz |
Master site is dead; drop USE_REINPLACE while here
PR: ports/94320
Submitted by: Ion-Mihai "IOnut" Tetcu
-rw-r--r-- | textproc/cole/Makefile | 4 | ||||
-rw-r--r-- | textproc/cole/pkg-descr | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 55e6792..03adfa6 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -9,8 +9,7 @@ PORTNAME= cole PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://arturo.directmail.org/filters/archive/ +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org @@ -18,7 +17,6 @@ COMMENT= A free C OLE library GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ diff --git a/textproc/cole/pkg-descr b/textproc/cole/pkg-descr index cbd5407..23d7a3b 100644 --- a/textproc/cole/pkg-descr +++ b/textproc/cole/pkg-descr @@ -3,5 +3,3 @@ Storage' files. The most popular Microsoft's programs generate `Structured Storage' files, incluiding the Microsoft' suite for offices. StarDivision' suite (StarOffice) generate `Structured Storage' files too. FlashPix file format is `Structured Storage' too. - -WWW: http://arturo.directmail.org/filtersweb/ |