diff options
author | vs <vs@FreeBSD.org> | 2006-04-09 22:50:04 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-09 22:50:04 +0800 |
commit | c5207af5ac442edebfa2fdfa651d13b40af2ea7a (patch) | |
tree | 54f1e40c423c68ad87d57bb2e5c16dc249e8150a /textproc/cole/Makefile | |
parent | cd7bd5bc2d4bc272e5a0f21558064e33ba7e9e23 (diff) | |
download | freebsd-ports-gnome-c5207af5ac442edebfa2fdfa651d13b40af2ea7a.tar.gz freebsd-ports-gnome-c5207af5ac442edebfa2fdfa651d13b40af2ea7a.tar.zst freebsd-ports-gnome-c5207af5ac442edebfa2fdfa651d13b40af2ea7a.zip |
Master site is dead; drop USE_REINPLACE while here
PR: ports/94320
Submitted by: Ion-Mihai "IOnut" Tetcu
Diffstat (limited to 'textproc/cole/Makefile')
-rw-r--r-- | textproc/cole/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 55e67928f28f..03adfa686a8c 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|' \ |