freebsd-ports/net/ipfm/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

20 lines
358 B
Makefile

# New ports collection makefile for: ipfm
# Date Created: 4 Mar 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= ipfm
PORTVERSION= 0.10.4
CATEGORIES= net
MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
.include <bsd.port.mk>