diff options
author | uqs <uqs@FreeBSD.org> | 2010-11-26 16:01:49 +0800 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-11-26 16:01:49 +0800 |
commit | fde869fc71fd9a8b9a23b11c4d641b7127e63833 (patch) | |
tree | f0b2e5e47e997c9809342dfdc6aded94a3f8eeba /misc | |
parent | 5e8da884d228388171fc49524d0c941a336a5183 (diff) | |
download | freebsd-ports-gnome-fde869fc71fd9a8b9a23b11c4d641b7127e63833.tar.gz freebsd-ports-gnome-fde869fc71fd9a8b9a23b11c4d641b7127e63833.tar.zst freebsd-ports-gnome-fde869fc71fd9a8b9a23b11c4d641b7127e63833.zip |
Use MASTER_SITE_SUBDIR instead of rolling my own.
Clue provided by: pav
Diffstat (limited to 'misc')
-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 |