diff options
author | pat <pat@FreeBSD.org> | 2002-07-16 12:13:19 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-16 12:13:19 +0800 |
commit | 46d40f6a7dbbfae65ecfddb0f9e116c57ca4701b (patch) | |
tree | 0cfc22b26febcb12609847b7ab3606539f10655c | |
parent | dce15ac59218cfc559b28d8adf06aac7890f4da9 (diff) | |
download | freebsd-ports-gnome-46d40f6a7dbbfae65ecfddb0f9e116c57ca4701b.tar.gz freebsd-ports-gnome-46d40f6a7dbbfae65ecfddb0f9e116c57ca4701b.tar.zst freebsd-ports-gnome-46d40f6a7dbbfae65ecfddb0f9e116c57ca4701b.zip |
Set GNU_CONFIGURE and update project site
PR: ports/40635
Submitted by: maintainer
-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/ |