diff options
author | timur <timur@FreeBSD.org> | 2012-10-22 17:17:51 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2012-10-22 17:17:51 +0800 |
commit | e046c36e8248901050d3ffcebb5dd4157a05032b (patch) | |
tree | 8684006662d9830abdd6ba820d433510aa56d08a /net/samba34 | |
parent | ecd2f1078e723e0154e04e926de2f5e52ff697a6 (diff) | |
download | freebsd-ports-gnome-e046c36e8248901050d3ffcebb5dd4157a05032b.tar.gz freebsd-ports-gnome-e046c36e8248901050d3ffcebb5dd4157a05032b.tar.zst freebsd-ports-gnome-e046c36e8248901050d3ffcebb5dd4157a05032b.zip |
Adjust samba sites so that they can be used by other ports that fetch from the same origin.
Feature safe: yes
Diffstat (limited to 'net/samba34')
-rw-r--r-- | net/samba34/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba34/Makefile b/net/samba34/Makefile index 161b31054985..17cdefeee9fc 100644 --- a/net/samba34/Makefile +++ b/net/samba34/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.4.17 PORTREVISION?= 0 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SAMBA} -MASTER_SITE_SUBDIR= . old-versions rc pre +MASTER_SITE_SUBDIR= samba samba/old-versions samba/rc samba/pre DISTNAME= ${PORTNAME:S|34$||}-${PORTVERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} MAINTAINER?= timur@FreeBSD.org |