blob: a5f49e5a482623acc48eb79218730771f018f093 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: upclient
# Version required: 3.04
# Date created: 20 Aug 1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $Id$
#
DISTNAME= upclient-3.04
CATEGORIES= misc
MASTER_SITES= ftp://uptime.hexon.cx/pub/
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>
|