diff options
author | tota <tota@FreeBSD.org> | 2011-01-15 19:42:28 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-01-15 19:42:28 +0800 |
commit | 5bfc1372e8fbb06874998ba026b2314a12954085 (patch) | |
tree | 4701be801e40b375bf4701b58d1fa575e40a3481 /mail | |
parent | 157351b8f48b7a1786f034f64c13bbbd568c4f1d (diff) | |
download | freebsd-ports-gnome-5bfc1372e8fbb06874998ba026b2314a12954085.tar.gz freebsd-ports-gnome-5bfc1372e8fbb06874998ba026b2314a12954085.tar.zst freebsd-ports-gnome-5bfc1372e8fbb06874998ba026b2314a12954085.zip |
- Put distfile to my MASTER_SITE_LOCAL scince the project site seems to be dead
- Remove WWW line from pkg-descr accordingly
Requested by: Yasuhiro KIMURA (maintainer, via e-mail)
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/c-sig/Makefile | 3 | ||||
-rw-r--r-- | mail/c-sig/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/mail/c-sig/Makefile b/mail/c-sig/Makefile index 0bdb34d9d4e7..c3731a32839a 100644 --- a/mail/c-sig/Makefile +++ b/mail/c-sig/Makefile @@ -9,7 +9,8 @@ PORTNAME= c-sig PORTVERSION= 3.8 PORTREVISION= 6 CATEGORIES= mail elisp -MASTER_SITES= http://www.osk.3web.ne.jp/~kshibata/c-sig/programs/ +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= tota/${PORTNAME} PKGNAMESUFFIX= -${EMACS_PORT_NAME} DISTNAME= ${PORTNAME}.${PORTVERSION} diff --git a/mail/c-sig/pkg-descr b/mail/c-sig/pkg-descr index 07354c258886..059d1683525d 100644 --- a/mail/c-sig/pkg-descr +++ b/mail/c-sig/pkg-descr @@ -6,5 +6,3 @@ features: - Powerful retrieval and learning function. - c-sig can convert text automatically when insertion. - signatures can be modified by emacs lisp. - -WWW: http://www.osk.3web.ne.jp/~kshibata/c-sig/english/ |