diff options
author | mat <mat@FreeBSD.org> | 2017-11-25 01:53:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-25 01:53:11 +0800 |
commit | 691f6850e1a8ed9b872b9f6933517502936d91ae (patch) | |
tree | 5a40517d48ce27c69b8999cc9ca1770cd439c64c /textproc | |
parent | 61d975ffff23be38b8be428e8a2aacf7e314625c (diff) | |
download | freebsd-ports-gnome-691f6850e1a8ed9b872b9f6933517502936d91ae.tar.gz freebsd-ports-gnome-691f6850e1a8ed9b872b9f6933517502936d91ae.tar.zst freebsd-ports-gnome-691f6850e1a8ed9b872b9f6933517502936d91ae.zip |
Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libvisio01/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index 6768dee097ce..2ef68afbb99f 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -4,8 +4,7 @@ PORTNAME= libvisio PORTVERSION= 0.1.6 PORTREVISION= 1 CATEGORIES= textproc devel -MASTER_SITES= LODEV -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= LODEV/${PORTNAME} PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org |