c17bf234e3
... while talking to relay.mail.jippii.net.: >>> DATA <<< 550 <kaipila@ion.sci.fi>: Recipient address rejected: Remote host has been unavailable for too long 550 5.1.1 kaipila@ion.sci.fi... User unknown <<< 554 Error: no valid recipients [...] Final-Recipient: RFC822; anttik@iki.fi X-Actual-Recipient: RFC822; kaipila@ion.sci.fi Action: failed Status: 5.1.1 Remote-MTA: DNS; relay.mail.jippii.net Diagnostic-Code: SMTP; 550 <kaipila@ion.sci.fi>: Recipient address rejected: Remote host has been unavailable for too long [...]
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# New ports collection makefile for: cdplay
|
|
# Date created: 8 July 1997
|
|
# Whom: Antti Kaipila <anttik@iki.fi>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cdplay
|
|
PORTVERSION= 0.92
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= dannyboy
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= CD-player with text-based user interface
|
|
|
|
MAN1= cdplay.1
|
|
PLIST_FILES= bin/cdplay
|
|
|
|
pre-patch:
|
|
@${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz
|
|
|
|
.include <bsd.port.mk>
|