freebsd-ports/irc/blackened/Makefile
Satoshi Asami 5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00

19 lines
404 B
Makefile

# New ports collection makefile for: Blackened IRC client
# Date created: 11 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= blackened
PORTVERSION= 1.7.1
CATEGORIES= irc
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/
MAINTAINER= toast@blackened.com
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${PORTVERSION}
MAKE_ENV= prefix=${PREFIX}
.include <bsd.port.mk>