diff options
author | bf <bf@FreeBSD.org> | 2011-06-30 17:08:41 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-06-30 17:08:41 +0800 |
commit | 229dcf736335342cff0b6d084c4351370af18b93 (patch) | |
tree | 0f0510f89f220045da4b9d2ca0d23519983ad698 /misc | |
parent | 1681989bbcf6020f2bdb221452a8c1fd13f38791 (diff) | |
download | freebsd-ports-gnome-229dcf736335342cff0b6d084c4351370af18b93.tar.gz freebsd-ports-gnome-229dcf736335342cff0b6d084c4351370af18b93.tar.zst freebsd-ports-gnome-229dcf736335342cff0b6d084c4351370af18b93.zip |
Assume maintainership and switch to local distfile;
add LICENSE
Diffstat (limited to 'misc')
-rw-r--r-- | misc/seq2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile index de3f912523ec..8df2a4ea9cab 100644 --- a/misc/seq2/Makefile +++ b/misc/seq2/Makefile @@ -9,13 +9,12 @@ PORTNAME= seq2 PORTVERSION= 0.2 PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://www.referee.at/unix/ +MASTER_SITES= LOCAL/bf -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= A clone of the UNIX(tm) program called seq -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_SCRIPT= configure.1 |