freebsd-ports/sysutils/pkg_tarup/Makefile
Akinori MUSHA ef76cbbf4c Make pkg_tarup invoke pkg_create(1) and pkg_info(1) with their full
paths, so it works even if /usr/sbin is not in user's PATH.

Reported by:	Christopher Masto <chris@netmonger.net>
2001-08-23 05:25:01 +00:00

29 lines
673 B
Makefile

# New ports collection makefile for: pkg_tarup
# Date created: 21 Sep 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= pkg_tarup
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/pkgsrc/pkgtools/pkg_tarup/files/
DISTNAME= ${PORTNAME}\?rev=${PORTVERSION}\&content-type=text%2fplain
EXTRACT_SUFX= # empty
EXTRACT_ONLY= # empty
MAINTAINER= knu@FreeBSD.org
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>