diff options
author | wg <wg@FreeBSD.org> | 2013-07-28 21:40:25 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-28 21:40:25 +0800 |
commit | 9768e5a6915f8b4395c706cdfedba432de2f9d89 (patch) | |
tree | 6545d49616bcb606737ed2823ba8e66ed7fc12b2 /mail | |
parent | 44657d906ea02f00ca7cb0696712dd5287d3b1a1 (diff) | |
download | freebsd-ports-gnome-9768e5a6915f8b4395c706cdfedba432de2f9d89.tar.gz freebsd-ports-gnome-9768e5a6915f8b4395c706cdfedba432de2f9d89.tar.zst freebsd-ports-gnome-9768e5a6915f8b4395c706cdfedba432de2f9d89.zip |
mail/nullpop: fix fetch
- Fix distfile fetch, new upstream url
- Add LICENSE
- Trim Makefile header
PR: ports/180472
Submitted by: 4721 tormail.org
Approved by: maintainer (timeout)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nullpop/Makefile | 12 | ||||
-rw-r--r-- | mail/nullpop/pkg-descr | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail/nullpop/Makefile b/mail/nullpop/Makefile index 6189a46c44f8..71ef2bcf5a8d 100644 --- a/mail/nullpop/Makefile +++ b/mail/nullpop/Makefile @@ -1,17 +1,15 @@ -# New ports collection makefile for: nullpop -# Date created: 2006-08-13 -# Whom: Pankov Pavel <pankov_p@mail.ru> -# +# Created by: Pankov Pavel <pankov_p@mail.ru> # $FreeBSD$ -# PORTNAME= nullpop PORTVERSION= 0.3 CATEGORIES= mail -MASTER_SITES= http://memberwebs.com/stef/software/nullpop/ +MASTER_SITES= http://thewalter.net/stef/software/nullpop/ MAINTAINER= pankov_p@mail.ru -COMMENT= A POP3 server that allows logins, but never returns any email +COMMENT= POP3 server that allows logins, but never returns any email + +LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--libexecdir="${PREFIX}/bin" diff --git a/mail/nullpop/pkg-descr b/mail/nullpop/pkg-descr index fe63558cc5ea..4de00f5be33a 100644 --- a/mail/nullpop/pkg-descr +++ b/mail/nullpop/pkg-descr @@ -3,4 +3,4 @@ email. This is useful for certain setups where the user needs an 'account' setup in their mail client, but no real mail will ever be received. -WWW: http://memberwebs.com/nielsen/software/nullpop/ +WWW: http://thewalter.net/stef/software/nullpop/ |