1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/shorten/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

25 lines
482 B
Makefile

# New ports collection makefile for: shorten
# Date created: 17 Feb 1999
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= shorten
PORTVERSION= 2.3a
CATEGORIES= audio archivers
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
DISTFILES= ${PORTNAME}.tar.gz
MAINTAINER= sec@42.org
RESTRICTED= "May not be sold. May not be distributed if modified."
MAN1= shorten.1
post-install:
strip ${PREFIX}/bin/shorten
.include <bsd.port.mk>