1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/upclient/Makefile
R. Imura f3e0930f5d Remove unfetchable site from MASTER_SITES.
PR:		15865
Submitted by:	Maintainer
2000-01-14 16:00:43 +00:00

22 lines
426 B
Makefile

# New ports collection makefile for: upclient
# Version required: 3.04
# Date created: 20 Aug 1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
DISTNAME= upclient-3.04
CATEGORIES= misc
MASTER_SITES= http://uptime.hexon.cx/download/
MAINTAINER= kbyanc@posi.net
ALL_TARGET= bsd
INSTALL_TARGET= bsd install CP=$(CP)
post-install:
${CAT} ${PKGMESSAGE} | ${SED} 's:/usr/local:${PREFIX}:g'
.include <bsd.port.mk>