diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-06-30 09:08:41 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-06-30 09:08:41 +0000 |
commit | 489a41030203ad0ba29b7c58c2d7386f8f82c18d (patch) | |
tree | 6cbd1fdc3e0bd2b035fcd27c3d23685e5479a16e /misc/seq2 | |
parent | 3d4ac5081040747945556309415271b3acd7155e (diff) |
Notes
Diffstat (limited to 'misc/seq2')
-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 |