diff options
author | joerg <joerg@FreeBSD.org> | 2017-04-09 20:57:35 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2017-04-09 20:57:35 +0800 |
commit | a30455b1f0eaabe3da20b382e1ec9c7de68fbc76 (patch) | |
tree | 1d520dfac9827efbae7071d826c0a6647142ce79 /editors | |
parent | 895c7e07e793ff85857ad9a1037169a040756711 (diff) | |
download | freebsd-ports-gnome-a30455b1f0eaabe3da20b382e1ec9c7de68fbc76.tar.gz freebsd-ports-gnome-a30455b1f0eaabe3da20b382e1ec9c7de68fbc76.tar.zst freebsd-ports-gnome-a30455b1f0eaabe3da20b382e1ec9c7de68fbc76.zip |
Replace ${MASTER_SITE_LOCAL} by LOCAL/foo.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bpatch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index da4fe8c268a4..c575738ea033 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -5,8 +5,7 @@ PORTNAME= bpatch PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= joerg +MASTER_SITES= LOCAL/joerg DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org |