diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-16 23:13:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-16 23:13:41 +0000 |
commit | 6a2f02c5b8547e300bc432c93c0b31e48f7c305a (patch) | |
tree | 012d3259589137bca0f4ec04d5df0935e0048943 /misc/upclient | |
parent | Upgrade to 0.8.1, switch to the new XPI infrastructure, and unbreak. (diff) |
Fix missing upclient.sh from SUB_FILES
Noticed by: YAPHR
Diffstat (limited to 'misc/upclient')
-rw-r--r-- | misc/upclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index 94672d3a4f29..d50ccfb69c86 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -7,7 +7,7 @@ PORTNAME= upclient PORTVERSION= 5.0.b8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= http://uptimes.hostingwired.com/files/ \ ${MASTER_SITE_SOURCEFORGE} @@ -26,7 +26,7 @@ USE_RC_SUBR= yes ALL_TARGET= bsd BUILD_WRKSRC= ${WRKSRC}/src -SUB_FILES= pkg-message +SUB_FILES= pkg-message upclient.sh PKGMESSAGE= ${WRKDIR}/pkg-message upclient.sh MAN8= upclient.8 |