freebsd-ports/archivers/makeself/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

30 lines
681 B
Makefile

# New ports collection makefile for: makeself
# Date created: 22 Oct 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= makeself
PORTVERSION= 1.5.3
CATEGORIES= archivers
MASTER_SITES= http://www.lokigames.com/~megastep/makeself/
DISTFILES= makeself.gz.sh
MAINTAINER= ports@FreeBSD.org
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_BUILD= yes
# The DISPLAY thing is to prevent the script from trying to launch a xterm
# just to extract the source.
pre-patch:
(cd ${WRKDIR} && ${SETENV} DISPLAY="" ${SH} ${DISTFILES})
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/makeself.sh ${PREFIX}/bin/makeself
.include <bsd.port.mk>