diff options
author | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-26 08:01:49 +0000 |
---|---|---|
committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2010-11-26 08:01:49 +0000 |
commit | 3372a746911e77222301062163ab819f38791b26 (patch) | |
tree | fea41c11810e2b8dd7ca5a6770e3397a8df258fc /misc/ipbt | |
parent | bdd5e25201806bebaf7915422eefe2a6911d6a1c (diff) |
Notes
Diffstat (limited to 'misc/ipbt')
-rw-r--r-- | misc/ipbt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index 1461dc3c6e98..53fe338e0216 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -9,7 +9,8 @@ PORTNAME= ipbt DISTVERSION= r8765 CATEGORIES= misc MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ - ${MASTER_SITE_LOCAL:S/%SUBDIR%/uqs/} + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= uqs MAINTAINER= uqs@FreeBSD.org COMMENT= A high-tech ttyrec player with improvements over ttyplay |