diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 6d9d53de2b90787463359858181f9834006df53e (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/meek/Makefile | |
parent | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (diff) | |
download | FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.zip FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/meek/Makefile')
-rw-r--r-- | security/meek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/meek/Makefile b/security/meek/Makefile index 5240372..4023efa 100644 --- a/security/meek/Makefile +++ b/security/meek/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Pluggable transport proxy that relays through third-party server -BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/git.torproject.org/pluggable-transports/goptlib.git.a:${PORTSDIR}/security/goptlib +BUILD_DEPENDS= ${LOCALBASE}/${GO_LIBDIR}/git.torproject.org/pluggable-transports/goptlib.git.a:security/goptlib PLIST_FILES= bin/meek-client bin/meek-server man/man1/meek-client.1.gz man/man1/meek-server.1.gz SUB_FILES= pkg-message |