freebsd-ports/ports-mgmt/portmaster/Makefile
Doug Barton e06c42072e Minor Bugfix
============
If a user were to specify /var/db/pkg/foo-1.2/ on the command line,
the old code already failed, but by telling people that it's ok to
do that now, I exposed one more place this needed to be fixed. Take
the opportunity to fix this in a more thorough way.
2007-02-25 08:05:22 +00:00

33 lines
685 B
Makefile

# New ports collection makefile for: portmaster
# Date created: 20 February 2006
# Whom: Doug Barton <dougb@FreeBSD.org>
#
# $FreeBSD$
#
# This port is self contained in the files directory.
#
PORTNAME= portmaster
PORTVERSION= 1.14
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= dougb@FreeBSD.org
COMMENT= Manage your ports without external databases or languages
NO_BUILD= yes
SUB_FILES= portmaster.sh
PLIST_FILES= sbin/portmaster
MAN8= portmaster.8
do-fetch:
@${DO_NADA}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/portmaster.sh ${PREFIX}/sbin/portmaster
${INSTALL_MAN} ${FILESDIR}/portmaster.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>