diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-16 04:13:19 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-16 04:13:19 +0000 |
commit | c6ee50e301d2a238c9c9166a84e987c687c4628f (patch) | |
tree | 0cdcf9386ccbe4179323e55e0fb0d10a7a58fe90 /editors/ssed | |
parent | 7ff042cecf466d063e887c32bef022aad279119e (diff) |
Notes
Diffstat (limited to 'editors/ssed')
-rw-r--r-- | editors/ssed/Makefile | 3 | ||||
-rw-r--r-- | editors/ssed/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile index 58b78fe12a99..26168ab28c56 100644 --- a/editors/ssed/Makefile +++ b/editors/ssed/Makefile @@ -8,7 +8,7 @@ PORTNAME= ssed PORTVERSION= 3.58 CATEGORIES= editors textproc -MASTER_SITES= http://king.rett.polimi.it/~paolob/seders/ssed/ +MASTER_SITES= http://queen.rett.polimi.it/~paolob/seders/ssed/ DISTNAME= sed-${PORTVERSION} MAINTAINER= verm@drunkmonk.net @@ -16,6 +16,7 @@ MAINTAINER= verm@drunkmonk.net LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext \ iconv:${PORTSDIR}/converters/libiconv +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --program-prefix=s MAN1= ssed.1 diff --git a/editors/ssed/pkg-descr b/editors/ssed/pkg-descr index cfebd115c59c..68c308a1b221 100644 --- a/editors/ssed/pkg-descr +++ b/editors/ssed/pkg-descr @@ -12,4 +12,4 @@ this is not true in all cases, and sometimes you have modify your regexp syntax, however for the speed increase, it might be worth it. -WWW: http://king.rett.polimi.it/~paolob/seders/ssed/ +WWW: http://queen.rett.polimi.it/~paolob/seders/ssed/ |