diff options
author | mat <mat@FreeBSD.org> | 2016-06-06 23:25:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-06 23:25:42 +0800 |
commit | 5170c5aedf2eb01a419032e804609ea5ed5f2399 (patch) | |
tree | 959bd486ed1d5cb195e1ead74c2376ef2eddd420 /textproc | |
parent | 89037ce523f3d0ece62cc99036d5e2ae70ff9edb (diff) | |
download | freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.gz freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.zst freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.zip |
Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xalan-j/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index 8aff6d0496e6..9ea098db33ff 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -4,8 +4,7 @@ PORTNAME= xalan-j PORTVERSION= 2.7.2 CATEGORIES= textproc java -MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR=xalan/xalan-j/binaries +MASTER_SITES= APACHE/xalan/xalan-j/binaries DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}-bin MAINTAINER= ale@FreeBSD.org |